|
|
Create a comment without a meaningfull id using current user as author. 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 _ ) |
| C# |
|---|
public Comment( string body, CommentStatus status ) |
| Visual C++ |
|---|
public: Comment( String^ body, CommentStatus status ) |