Share

AlignmentStyle.MidPointMarkerStyle Property

Gets or sets the marker style object id for mid points on the alignment.



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

Syntax

C#

public ObjectId MidPointMarkerStyle { get; set; }

VB

Public Property MidPointMarkerStyle As ObjectId
	Get
	Set

C++

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

Property Value

ObjectId

Exceptions

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

See Also

Reference

Was this information helpful?