Share

LabelStylesRoot.SurfaceLabelStyles Property

Gets the root of all surface label styles.



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

Syntax

C#

public LabelStylesSurfaceRoot SurfaceLabelStyles { get; }

VB

Public ReadOnly Property SurfaceLabelStyles As LabelStylesSurfaceRoot
	Get

C++

public:
property LabelStylesSurfaceRoot^ SurfaceLabelStyles {
	LabelStylesSurfaceRoot^ get ();
}

Property Value

LabelStylesSurfaceRoot

See Also

Reference

Was this information helpful?