Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / ViewPlacement Class / Scale Property

In This Topic
Scale Property
In This Topic
Scale used to display objects in ViewPlacement.
Syntax
public double Scale {get; set;}
Remarks

Changing this value makes sense only if ViewScale is set to ViewScaleType.ScaleManual.

Changes are visible after calling Update.

See Also