SetContentString Method

Sets 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#

[ObsoleteAttribute("Use SetContentStringFormatted instead.", false)]
public void SetContentString(
	TableSegmentDataType type,
	string newVal
)

Visual Basic

<ObsoleteAttribute("Use SetContentStringFormatted instead.", False)> _
Public Sub SetContentString ( _
	type As TableSegmentDataType, _
	newVal As String _
)

Visual C++

public:
[ObsoleteAttribute(L"Use SetContentStringFormatted instead.", false)]
void SetContentString(
	TableSegmentDataType type, 
	String^ newVal
)

Parameters

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

See Also