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