Gets or sets where to search for drawing borders.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property DrawingBorderPaths As System.Object |
C# | |
---|
System.object DrawingBorderPaths {get; set;} |
COM native C++ | |
---|
HRESULT get_DrawingBorderPaths(
VARIANT* StrArray
)
HRESULT put_DrawingBorderPaths(
VARIANT NewStrArray |
C++ | |
---|
DSRESULT get_DrawingBorderPaths (
dsStringArray* StrArray
)
DSRESULT put_DrawingBorderPaths(
const dsStringArray& NewStrArray
) |
Property Value
Array of strings of the paths in which to search for drawing borders
Example
See Also
Availability
DraftSight 2016 SP1