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

Syntax

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

Property Value

Title

Example

See the IDrawingProperties examples.

See Also

Availability

DraftSight V1R5.0