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.7.0.1276
Syntax
C#
public ObjectId VertexMarkerStyleId { get; set; }
VB
Public Property VertexMarkerStyleId As ObjectId Get Set
C++
public: property ObjectId VertexMarkerStyleId { ObjectId get (); void set (ObjectId value); }
Property Value
ObjectIdExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the marker style object id is invalid. |