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.4.2516.0
Syntax
| C# |
|---|
public enum CustomMarkerType |
| Visual Basic |
|---|
Public Enumeration CustomMarkerType |
| Visual C++ |
|---|
public enum class CustomMarkerType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| CustomMarkerDot | 0 | ||
| CustomMarkerBlank | 1 | ||
| CustomMarkerPlus | 2 | ||
| CustomMarkerX | 3 | ||
| CustomMarkerVLine | 4 |