API Help
Eplan.EplApi.MasterData Namespace / MDSymbolConnectionPoint Class / Location Property

In This Topic
    Location Property (MDSymbolConnectionPoint)
    In This Topic
    Returns the location of the connection point.
    Syntax
    public PointD Location {get; set;}
    public:
    property PointD Location {
       PointD get();
       void set (    PointD value);
    }

    Property Value

    Location of the connection point
    See Also