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