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