MarkerSizeType Enumeration

Defines how the marker is sized, for example, relative to screen, or fixed scale.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public enum MarkerSizeType
Members
Member nameValueDescription
DrawingScale0 
RelativeToScreen1 
AbsoluteUnits2 
FixedScale3 
See Also