Share

IntersectionStyle.MarkerStyleId Property

Gets the marker style object id for the intersection.



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

Syntax

C#

public ObjectId MarkerStyleId { get; }

VB

Public ReadOnly Property MarkerStyleId As ObjectId
	Get

C++

public:
property ObjectId MarkerStyleId {
	ObjectId get ();
}

Property Value

ObjectId

Remarks

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

See Also

Reference

Was this information helpful?