AcadApplicationClassStatusId
Property
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 24.0.0.0
Syntax
public virtual bool this[
Object VportObj
] { get; }
Public Overridable ReadOnly Property StatusId (
VportObj As Object
) As Boolean
Get
public:
virtual property bool StatusId[[InAttribute] Object^ VportObj] {
bool get ([InAttribute] Object^ VportObj);
}
abstract StatusId : bool with get
override StatusId : bool with get
Parameters
- VportObj Object
-
Property Value
Boolean
Implements
IAcadApplicationStatusIdObject
See Also