Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / AuxiliaryLine Class / StartPoint Property

In This Topic
    StartPoint Property (AuxiliaryLine)
    In This Topic
    Position of the AuxiliaryLine beginning relatively to its parent.
    Syntax
    public PointD3D StartPoint {get; set;}
    public:
    property PointD3D StartPoint {
       PointD3D get();
       void set (    PointD3D value);
    }
    See Also