Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / ContactImage Class / RelativeLocation Property

In This Topic
    RelativeLocation Property
    In This Topic
    Gets or sets the location of this object relative to the parent.
    Syntax
    public PointD RelativeLocation {get; set;}
    public:
    property PointD RelativeLocation {
       PointD get();
       void set (    PointD value);
    }
    Exceptions
    ExceptionDescription
    Thrown when object has not been created yet.
    Remarks
    Setting value for RelativeLocation change value of AutoAlign to true.
    See Also