PointMarkerDisplayType Enumeration |
Specifies the kind of marker to use, any of: point, custom, or symbol.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic enum PointMarkerDisplayType
Public Enumeration PointMarkerDisplayType
public enum class PointMarkerDisplayType
MembersMember name | Value | Description |
---|
UsePointForMarker | 0 | |
UseCustomMarker | 1 | |
UseSymbolForMarker | 2 | |
See Also