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;}
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