AcadPreferencesFilesClassCustomDictionary Property
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
public virtual string CustomDictionary { get; set; }
Public Overridable Property CustomDictionary As String
Get
Set
public:
virtual property String^ CustomDictionary {
String^ get ();
void set (String^ value);
}
abstract CustomDictionary : string with get, set
override CustomDictionary : string with get, set
Property Value
Type:
String
Implements
IAcadPreferencesFilesCustomDictionary
See Also