AcadPreferencesDisplayClassAutoTrackingVecColor
Property
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 24.0.0.0
Syntax
public virtual uint AutoTrackingVecColor { get; set; }
Public Overridable Property AutoTrackingVecColor As UInteger
Get
Set
public:
virtual property unsigned int AutoTrackingVecColor {
unsigned int get ();
void set (unsigned int value);
}
abstract AutoTrackingVecColor : uint32 with get, set
override AutoTrackingVecColor : uint32 with get, set
Property Value
UInt32
Implements
IAcadPreferencesDisplayAutoTrackingVecColor
See Also