AcadPreferencesSelectionClassGripSize Property
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
public virtual int GripSize { get; set; }
Public Overridable Property GripSize As Integer
Get
Set
public:
virtual property int GripSize {
int get ();
void set (int value);
}
abstract GripSize : int with get, set
override GripSize : int with get, set
Property Value
Type:
Int32
Implements
IAcadPreferencesSelectionGripSize
See Also