Subject Property (IDrawingProperties) Send Feedback
See Also 
Gets or sets the subject for this drawing document.

Syntax

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

Property Value

Subject

Example

See the IDrawingProperties examples.

See Also

Availability

DraftSight V1R5.0