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

In This Topic
    Rotation Property (MDAccessoryPlacementPosition)
    In This Topic
    Rotation angle.
    Syntax
    public double Rotation {get; set;}
    public:
    property double Rotation {
       double get();
       void set (    double value);
    }
    Remarks
    Value of rotation angle is given in degrees. The range of possible rotation angle values is from -360 degrees to 360 degrees. Setter of this property converts passed value so that it falls in the possible range. Value is taken and stored in property called EW3_PROPERTY_ARTICLEACCESSORYPLACEMENTPOSITION_ROTATION.
    See Also