Share

LabelStyleBase.BaseDraggedStateComponents.MaxTextWidth Property

Gets the maximum plotted width for all text components.



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

Syntax

C#

public PropertyDouble MaxTextWidth { get; }

VB

Public ReadOnly Property MaxTextWidth As PropertyDouble
	Get

C++

public:
property PropertyDouble^ MaxTextWidth {
	PropertyDouble^ get ();
}

Property Value

PropertyDouble

See Also

Reference

Was this information helpful?