CustomizationFilePath Property (IInterfaceFiles) Send Feedback
See Also 
Gets or sets where to search for DraftSight's main customization file.

Syntax

Visual Basic 
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

See the IInterfaceFiles examples.

Remarks

Use DraftSight's main customization file to add and modify user-interface elements such as menus, toolbars, and working spaces. The name of DraftSight's main customization file is application.xml.

See Also

Availability

DraftSight V1R5.0