AcPePropertyEditorLTypeClassStatusId Property
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.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
- Type: SystemObject
Property Value
Type:
Boolean
Implements
IAcadApplicationStatusIdObject
See Also