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

Syntax

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

Property Value

Keywords

Example

See the IDrawingProperties examples.

See Also

Availability

DraftSight V1R5.0