Share

LabelStyleBase.DraggedStateComponents Property

Gets dragged state components 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 LabelStyleBaseBaseDraggedStateComponents DraggedStateComponents { get; }

VB

Public ReadOnly Property DraggedStateComponents As LabelStyleBaseBaseDraggedStateComponents
	Get

C++

public:
property LabelStyleBaseBaseDraggedStateComponents^ DraggedStateComponents {
	LabelStyleBaseBaseDraggedStateComponents^ get ();
}

Property Value

LabelStyleBaseBaseDraggedStateComponents

See Also

Reference

Was this information helpful?