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