MarkerStyleBaseMarkerFixedScale Property

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.292
Syntax
public Point3d MarkerFixedScale { get; set; }

Property Value

Point3d
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown when any coordinate value of the input value is out of interval (0.0, 1E24].
See Also