Gets or sets a fixed scale used to scale the point symbol.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public Point3d MarkerFixedScale { get; set; }
VB
Public Property MarkerFixedScale As Point3d Get Set
C++
public: property Point3d MarkerFixedScale { Point3d get (); void set (Point3d value); }
Property Value
Point3dExceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Thrown when any coordinate value of the input value is out of interval (0.0, 1E24]. |