SurveyFigureStyleVertexMarkerStyleId Property

Use these settings to specify the marker properties for figure Vertex Markers component. You can use the vertex markers component to create a marker style for the original data points from which the figure was created, for example the point located in field that defined the figure.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public ObjectId VertexMarkerStyleId { get; set; }

Property Value

ObjectId
Exceptions
ExceptionCondition
ArgumentException Thrown when the marker style object id is invalid.
See Also