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