|
|
Changes the Current Comments.
Typically called when the focus changes from one Comment Source to an other.
Namespace: Autodesk.Navisworks.Api.DocumentParts
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Sub ChangeSource ( _ sourceOwner As String, _ sourceComments As CommentCollection _ ) |
| C# |
|---|
public void ChangeSource( string sourceOwner, CommentCollection sourceComments ) |
| Visual C++ |
|---|
public: void ChangeSource( String^ sourceOwner, CommentCollection^ sourceComments ) |
Parameters
- sourceOwner
- Type: System..::..String
Internal string representing the owner of the comments.
- sourceComments
- Type: Autodesk.Navisworks.Api..::..CommentCollection
The Comments.