Share

LabelStyleDefault.Label Property

Gets the label related properties of the default label style.



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

Syntax

C#

public LabelStyleDefaultDefaultLabel Label { get; }

VB

Public ReadOnly Property Label As LabelStyleDefaultDefaultLabel
	Get

C++

public:
property LabelStyleDefaultDefaultLabel^ Label {
	LabelStyleDefaultDefaultLabel^ get ();
}

Property Value

LabelStyleDefaultDefaultLabel

See Also

Reference

Was this information helpful?