AcadPreferencesSystemClassStoreSQLIndex Property
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
public virtual bool StoreSQLIndex { get; set; }
Public Overridable Property StoreSQLIndex As Boolean
Get
Set
public:
virtual property bool StoreSQLIndex {
bool get ();
void set (bool value);
}
abstract StoreSQLIndex : bool with get, set
override StoreSQLIndex : bool with get, set
Property Value
Type:
Boolean
Implements
IAcadPreferencesSystemStoreSQLIndex
See Also