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