Author Property (IDrawingProperties) Send Feedback
See Also 
Gets or sets the author of this drawing document.

Syntax

Visual Basic 
Property Author As System.String
C# 
System.string Author {get; set;}
JavaScript 
get_Author () : String
put_Author (
   NewVal : String
)
COM native C++ 
HRESULT get_Author(
   BSTR* Val
) 
HRESULT put_Author( 
   BSTR NewVal
C++ 
DSRESULT get_Author (
   dsString* Val
)
DSRESULT put_Author(
   const dsString& NewVal
)

Property Value

Author

Example

See the IDrawingProperties examples.

See Also

Availability

DraftSight V1R5.0