API Help
Eplan.EplApi.MasterData Namespace / MDAccessoryPlacementPosition Class / OffsetY Property

In This Topic
    OffsetY Property (MDAccessoryPlacementPosition)
    In This Topic
    Move in Y direction for the respective placement.
    Syntax
    public double OffsetY {get; set;}
    public:
    property double OffsetY {
       double get();
       void set (    double value);
    }
    Remarks
    Value is taken and stored in property called EW3_PROPERTY_ARTICLEACCESSORYPLACEMENTPOSITION_YSPACING.
    See Also