Share

LabelStylesRoot.IntersectionLabelStyles Property

Gets the root of all intersection label styles.



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

Syntax

C#

public LabelStylesIntersectionRoot IntersectionLabelStyles { get; }

VB

Public ReadOnly Property IntersectionLabelStyles As LabelStylesIntersectionRoot
	Get

C++

public:
property LabelStylesIntersectionRoot^ IntersectionLabelStyles {
	LabelStylesIntersectionRoot^ get ();
}

Property Value

LabelStylesIntersectionRoot

See Also

Reference

Was this information helpful?