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