DrawingFilesPath Property (IDrawingSupportFiles) Send Feedback
See Also 
Gets or sets the path where to search for drawings.

Syntax

Visual Basic 
Property DrawingFilesPath As System.Object
C# 
System.object DrawingFilesPath {get; set;}
JavaScript 
get_DrawingFilesPath () : dsSystem.Object
put_DrawingFilesPath (
   NewVal : dsSystem.Object
)
COM native C++ 
HRESULT get_DrawingFilesPath(
   VARIANT* StrArray
) 
HRESULT put_DrawingFilesPath( 
   VARIANT NewStrArray
C++ 
DSRESULT get_DrawingFilesPath (
   dsStringArray* StrArray
)
DSRESULT put_DrawingFilesPath(
   const dsStringArray& NewStrArray
)

Property Value

Path where to search for drawings

See Also

Availability

DraftSight V1R5.0