GetContentStringFormatted Method

Gets the specified content of segment column style with MText string.

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

Syntax

C#

public string GetContentStringFormatted(
	TableSegmentDataType type
)

Visual Basic

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

Visual C++

public:
String^ GetContentStringFormatted(
	TableSegmentDataType type
)

See Also