DrawingTemplateFilesPath Property (IDrawingSupportFiles) Send Feedback
See Also 
Gets or sets the path where the drawing template files are stored.

Syntax

Visual Basic 
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 the IDrawingSupportFiles examples.

See Also

Availability

DraftSight V1R5.0