Share

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.280

Syntax

C#

public enum MarkerSizeType

VB

Public Enumeration MarkerSizeType

C++

public enum class MarkerSizeType

Members

Member nameValueDescription
DrawingScale0 
RelativeToScreen1 
AbsoluteUnits2 
FixedScale3 

See Also

Reference

Was this information helpful?