Gets or sets the path where to search for drawings.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property DrawingFilesPath As System.Object |
C# | |
---|
System.object DrawingFilesPath {get; set;} |
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