Eplan Platform API
Eplan.EplApi.DataModel Namespace / Placement Class / Location Property

In This Topic
    Location Property (Placement)
    In This Topic
    Get or set the placement's location.
    Syntax
    public virtual PointD Location {get; set;}
    public:
    virtual property PointD Location {
       PointD get();
       void set (    PointD value);
    }
    Exceptions
    ExceptionDescription
    Thrown when property or function can not be used for specific class. For example it is thrown when this property is called on Eplan.EplApi.DataModel.MasterData.SymbolVariant objects.
    See Also