Share

StylesRoot.MarkerStyles Property

Gets the root object of Civil 3D mark styles.



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

Syntax

C#

public MarkerStyleCollection MarkerStyles { get; }

VB

Public ReadOnly Property MarkerStyles As MarkerStyleCollection
	Get

C++

public:
property MarkerStyleCollection^ MarkerStyles {
	MarkerStyleCollection^ get ();
}

Property Value

MarkerStyleCollection

See Also

Reference

Was this information helpful?