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

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

Syntax

C#
public void SetContentStringFormatted(
	TableSegmentDataType type,
	string newVal
)
Visual Basic
Public Sub SetContentStringFormatted ( _
	type As TableSegmentDataType, _
	newVal As String _
)
Visual C++
public:
void SetContentStringFormatted(
	TableSegmentDataType type, 
	String^ newVal
)

Parameters

type
Type: Autodesk.Civil..::..TableSegmentDataType
newVal
Type: System..::..String

See Also