CustomDictionaryFile Property (ISystemFiles) Send Feedback
See Also  Example
Gets or sets the path and file name of a custom spelling dictionary.

Syntax

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

Property Value

Path and file name of the custom spelling dictionary file

Example

See Also

Availability

DraftSight V1R3.0