Share

LabelStyleDefault.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 LabelStyleDefaultDefaultDraggedStateComponents DraggedStateComponents { get; }

VB

Public ReadOnly Property DraggedStateComponents As LabelStyleDefaultDefaultDraggedStateComponents
	Get

C++

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

Property Value

LabelStyleDefaultDefaultDraggedStateComponents

See Also

Reference

Was this information helpful?