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

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