Comments Property (IDrawingProperties)
Gets or sets the comments for this drawing document.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Comments As System.String |
C# | |
---|
System.string Comments {get; set;} |
JavaScript | |
---|
get_Comments () : String
put_Comments (
NewVal : String
)
|
C++ | |
---|
DSRESULT get_Comments (
dsString* Val
)
DSRESULT put_Comments(
const dsString& NewVal
) |
Property Value
Comments
Example
See Also
Availability
DraftSight V1R5.0