Gets or sets where to search for DraftSight's main customization file.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property CustomizationFilePath As System.String |
C# | |
---|
System.string CustomizationFilePath {get; set;} |
JavaScript | |
---|
CustomizationFilePath : System.String |
)
< A href="GettingStarted-draftsightapi.html">HRESULT set_CustomizationFilePath(
BSTR
NewVal
)
C++ | |
---|
property System.String^ CustomizationFilePath { dsString* Val
)
DSRESULTput_CustomizationFilePath(
const dsString& NewVal
} |
Property Value
Path where to search for DraftSight's main customization file (see
Remarks)