Share

SurveyNetworkStyle.UnknownControlPointsMarkerStyleId 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.280

Syntax

C#

public ObjectId UnknownControlPointsMarkerStyleId { get; set; }

VB

Public Property UnknownControlPointsMarkerStyleId As ObjectId
	Get
	Set

C++

public:
property ObjectId UnknownControlPointsMarkerStyleId {
	ObjectId get ();
	void set (ObjectId value);
}

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

Reference

Was this information helpful?