BIMBuildingGetTypeDesc Property
 | 
Namespace:  Bricscad.Bim
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public override BimTypeObject GetTypeDesc { get; }
 
Public Overrides ReadOnly Property GetTypeDesc As BimTypeObject
        Get
 
public:
virtual property BimTypeObject GetTypeDesc {
        BimTypeObject get () override;
}
 
abstract GetTypeDesc : BimTypeObject with get
override GetTypeDesc : BimTypeObject with get
 
 
 
Property Value
Type: 
BimTypeObject 
See Also