AcadStateClassIsQuiescent Property
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
public virtual bool IsQuiescent { get; }
Public Overridable ReadOnly Property IsQuiescent As Boolean
Get
public:
virtual property bool IsQuiescent {
bool get ();
}
abstract IsQuiescent : bool with get
override IsQuiescent : bool with get
Property Value
Type:
Boolean
Implements
IAcadStateIsQuiescent
See Also