SurveyNetworkStyleUnknownControlPointsMarkerStyleId Property |
Specifies a marker style for the unknown control points in the survey network.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectId UnknownControlPointsMarkerStyleId { get; set; }
Public Property UnknownControlPointsMarkerStyleId As ObjectId
Get
Set
public:
property ObjectId UnknownControlPointsMarkerStyleId {
ObjectId get ();
void set (ObjectId value);
}
Property Value
ObjectId
ExceptionsException | Condition |
---|
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