Gets or sets the marker style.

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

Syntax

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

Remarks

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

Exceptions

ExceptionCondition
System..::..ArgumentException Thrown when the ObjectId is null, invalid or not a roadway mark style id.

See Also