BIMLinearGeometryGetEndPoint 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 EndPoint property instead.")]
public Point3d GetEndPoint()
<ObsoleteAttribute("This method is obsolete. Use the EndPoint property instead.")>
Public Function GetEndPoint As Point3d
public:
[ObsoleteAttribute(L"This method is obsolete. Use the EndPoint property instead.")]
Point3d GetEndPoint()
[<ObsoleteAttribute("This method is obsolete. Use the EndPoint property instead.")>]
member GetEndPoint : unit -> Point3d
Return Value
Point3d
See Also