SurveyNetworkStyleUnknownControlPointsMarkerStyleId Property

Specifies a marker style for the unknown control points in the survey network.

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

Property Value

ObjectId
Exceptions
ExceptionCondition
ArgumentException Thrown when the marker style object id is invalid.
Remarks
OBJECTID TYPE: Autodesk.Civil.DatabaseServices.Styles.MarkerStyle. Unknown points are the vertices of the network lines whose locations are determined from observations relative to the known Control Point locations. Typically, an unknown control point is an instrument setup, but not always. Sideshot observations made from unknown control points will be recalculated when a network is updated from a network adjustment, such as a Traverse or Least Squares adjustment.
See Also