Share

LabelStyleTextForEachComponent.StyleGeneral.TextForEach Property

Gets the text component to output the specified content for each item in the specified collection.



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

Syntax

C#

public string TextForEach { get; }

VB

Public ReadOnly Property TextForEach As String
	Get

C++

public:
property String^ TextForEach {
	String^ get ();
}

Property Value

String

See Also

Reference

Was this information helpful?