|
|
Create a comment without a meaningfull id. Use Document.CreateCommentWithUniqueId to create a comment with an unique id within a particular Document.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Sub New ( _ body As String, _ status As CommentStatus, _ author As String _ ) |
| C# |
|---|
public Comment( string body, CommentStatus status, string author ) |
| Visual C++ |
|---|
public: Comment( String^ body, CommentStatus status, String^ author ) |
Parameters
- body
- Type: System..::..String
- status
- Type: Autodesk.Navisworks.Api..::..CommentStatus
- author
- Type: System..::..String