Specifies the custom point style marker as either a dot, a blank, two perpendicular lines (plus sign), two x-crossed lines, or a single vertical line.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public enum CustomMarkerType
VB
Public Enumeration CustomMarkerType
C++
public enum class CustomMarkerType
Members
Member name | Value | Description |
---|---|---|
CustomMarkerDot | 0 | |
CustomMarkerBlank | 1 | |
CustomMarkerPlus | 2 | |
CustomMarkerX | 3 | |
CustomMarkerVLine | 4 |