AliasFilePath Property (IInterfaceFiles) Send Feedback
See Also 
Gets or sets where to search for the alias commands file.

Syntax

Visual Basic 
Property AliasFilePath As System.String
C# 
System.string AliasFilePath {get; set;}
JavaScript 
get_AliasFilePath () : String
put_AliasFilePath (
   NewVal : String
)
COM native C++ 
HRESULT get_AliasFilePath(
   BSTR* Val
) 
HRESULT put_AliasFilePath( 
   BSTR NewVal
C++ 
DSRESULT get_AliasFilePath (
   dsString* Val
)
DSRESULT put_AliasFilePath(
   const dsString& NewVal
)

Property Value

Path where to search for the alias commands file

Example

See the IInterfaceFiles examples.

Remarks

The file name of the alias commands file is alias.xml.

See Also

Availability

DraftSight V1R5.0