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