Gets or sets the comments for this document.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Comments As String |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMDocument
Dim value As String
instance.Comments = value
value = instance.Comments
|
C# | |
---|
string Comments {get; set;} |
C++/CLI | |
---|
property String^ Comments {
String^ get();
void set (String^ value);
} |
Return Value
Comments
Example
See Also
Availability
SolidWorks Document Manager API 2004 FCS