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.4.2516.0

Syntax

C#
public ObjectId VertexMarkerStyleId { get; set; }
Visual Basic
Public Property VertexMarkerStyleId As ObjectId
	Get
	Set
Visual C++
public:
property ObjectId VertexMarkerStyleId {
	ObjectId get ();
	void set (ObjectId value);
}

Exceptions

ExceptionCondition
System..::..ArgumentException Thrown when the marker style object id is invalid.

See Also