Share

SegmentColumnStyle.SetContentString Method

Note: This API is now obsolete.

Sets the specified display content of segment column style.



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

Syntax

C#

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

VB

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

C++

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

Parameters

type  TableSegmentDataType
 
newVal  String
 

See Also

Reference

Was this information helpful?