BIMLinearGeometryGetId
Method
|
Note: This API is now obsolete.
Namespace: Bricscad.Bim
Assembly: BrxMgd (in BrxMgd.dll) Version:
24.0.1.0
Syntax
[ObsoleteAttribute("This method is obsolete. Use the EntityId property instead.")]
public ObjectId GetId()
<ObsoleteAttribute("This method is obsolete. Use the EntityId property instead.")>
Public Function GetId As ObjectId
public:
[ObsoleteAttribute(L"This method is obsolete. Use the EntityId property instead.")]
ObjectId GetId()
[<ObsoleteAttribute("This method is obsolete. Use the EntityId property instead.")>]
member GetId : unit -> ObjectId
Return Value
ObjectId
See Also