Eplan Platform API
Eplan.EplApi.EServices.Ged Namespace / Interaction Class / StartPosition Property

In This Topic
    StartPosition Property
    In This Topic
    start position of Interaction. The StartPosition is needed to calculate the current position while ortho mode is active or after input of length or angle the start position is automatically set after point input and before call of OnPoint after start of an interaction StartPosition is null
    Syntax
    public virtual Position StartPosition {get; set;}
    public:
    virtual property Position^ StartPosition {
       Position^ get();
       void set (    Position^ value);
    }
    See Also