Specifies a marker style for the sideshot points in the survey network.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

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

Remarks

OBJECTID TYPE: Autodesk.Civil.DatabaseServices.Styles.MarkerStyle

Exceptions

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

See Also