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

Syntax

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

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.

Exceptions

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

See Also