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.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectId VertexMarkerStyleId { get; set; }
Public Property VertexMarkerStyleId As ObjectId
Get
Set
public:
property ObjectId VertexMarkerStyleId {
ObjectId get ();
void set (ObjectId value);
}
Property Value
ObjectId
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the marker style object id is invalid.
|
See Also