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

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