Gets or sets the path where the drawing template files are stored.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property DrawingTemplateFilesPath As System.String |
C# | |
---|
System.string DrawingTemplateFilesPath {get; set;} |
JavaScript | |
---|
get_DrawingTemplateFilesPath () : String
put_DrawingTemplateFilesPath (
NewVal : String
)
|
COM native C++ | |
---|
HRESULT get_DrawingTemplateFilesPath(
BSTR* Val
)
HRESULT put_DrawingTemplateFilesPath(
BSTR NewVal |
C++ | |
---|
DSRESULT get_DrawingTemplateFilesPath (
dsString* Val
)
DSRESULT put_DrawingTemplateFilesPath(
const dsString& NewVal
) |
Property Value
Path where the drawing template files are stored
Example
See Also
Availability
DraftSight V1R5.0