Gets the root of all intersection label styles.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public LabelStylesIntersectionRoot IntersectionLabelStyles { get; }
VB
Public ReadOnly Property IntersectionLabelStyles As LabelStylesIntersectionRoot Get
C++
public: property LabelStylesIntersectionRoot^ IntersectionLabelStyles { LabelStylesIntersectionRoot^ get (); }