Share

LabelStyleDefault.Behavior Property

Gets the behavior 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 LabelStyleDefaultDefaultBehavior Behavior { get; }

VB

Public ReadOnly Property Behavior As LabelStyleDefaultDefaultBehavior
	Get

C++

public:
property LabelStyleDefaultDefaultBehavior^ Behavior {
	LabelStyleDefaultDefaultBehavior^ get ();
}

Property Value

LabelStyleDefaultDefaultBehavior

See Also

Reference

Was this information helpful?