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

In This Topic
    Location Property (Group)
    In This Topic
    Get or set the placement's location.
    Syntax
    public override PointD Location {get; set;}
    public:
    property PointD Location {
       PointD get() override;
       void set (    PointD value) override;
    }
    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.
    Remarks
    This property doesn't make sense for class "SymbolVariant". It always throws ForbiddenOperationException for class "SymbolVariant".
    See Also