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