CustomMarkerType Enumeration |
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.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic enum CustomMarkerType
Public Enumeration CustomMarkerType
public enum class CustomMarkerType
MembersMember name | Value | Description |
---|
CustomMarkerDot | 0 | |
CustomMarkerBlank | 1 | |
CustomMarkerPlus | 2 | |
CustomMarkerX | 3 | |
CustomMarkerVLine | 4 | |
See Also