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 | |
---|
get_CustomizationFilePath () : String
put_CustomizationFilePath (
NewVal : String
)
|
COM native C++ | |
---|
HRESULT get_CustomizationFilePath(
BSTR* Val
)
HRESULT put_CustomizationFilePath(
BSTR NewVal |
C++ | |
---|
DSRESULT get_CustomizationFilePath (
dsString* Val
)
DSRESULT put_CustomizationFilePath(
const dsString& NewVal
) |
Property Value
Path where to search for DraftSight's main customization file (see
Remarks)
Example
Remarks
See Also
Availability
DraftSight V1R5.0