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