Share

LabelStyleDefault.Components Property

Gets the component related properties of the default label style.



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

Syntax

C#

public LabelStyleDefaultDefaultComponents Components { get; }

VB

Public ReadOnly Property Components As LabelStyleDefaultDefaultComponents
	Get

C++

public:
property LabelStyleDefaultDefaultComponents^ Components {
	LabelStyleDefaultDefaultComponents^ get ();
}

Property Value

LabelStyleDefaultDefaultComponents

See Also

Reference

Was this information helpful?