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