SupportPaths Property (ISystemFiles) Send Feedback
See Also  Example
Gets or sets the where to search for add-in applications, area Hatch patterns, customization files, drawing files, fonts, and LineStyle files.

Syntax

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

Property Value

Array of strings of the paths indicating where to search for add-in applications, area Hatch patterns, customization files, drawing files, fonts, and LineStyle files

Example

See Also

Availability

DraftSight V1R3.0