GetContentString Method

Gets the specified display content of segment column style.

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

Syntax

C#

public string GetContentString(
	TableSegmentDataType type
)

Visual Basic

Public Function GetContentString ( _
	type As TableSegmentDataType _
) As String

Visual C++

public:
String^ GetContentString(
	TableSegmentDataType type
)

See Also