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