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