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.4.208.0

Syntax

C#

public string TextForEach { get; }

Visual Basic

Public ReadOnly Property TextForEach As String
	Get

Visual C++

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

See Also