PointDescriptionKeyFixedScaleFactor Property

Specifies a fixed scale, used to scale the point symbol when the description key is matched.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public double FixedScaleFactor { get; set; }

Property Value

Double
Exceptions
ExceptionCondition
ArgumentException Thrown when the newValue is not greater than 0.
See Also