Comments Property (IDrawingProperties) Send Feedback
See Also 
Gets or sets the comments for this drawing document.

Syntax

Visual Basic 
Property Comments As System.String
C# 
System.string Comments {get; set;}
JavaScript 
get_Comments () : String
put_Comments (
   NewVal : String
)
COM native C++ 
HRESULT get_Comments(
   BSTR* Val
) 
HRESULT put_Comments( 
   BSTR NewVal
C++ 
DSRESULT get_Comments (
   dsString* Val
)
DSRESULT put_Comments(
   const dsString& NewVal
)

Property Value

Comments

Example

See the IDrawingProperties examples.

See Also

Availability

DraftSight V1R5.0