SegmentColumnStyleSetContentString 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.8.0.292
Syntax
[ObsoleteAttribute("Use SetContentStringFormatted instead.", false)]
public void SetContentString(
	TableSegmentDataType type,
	string newVal
)

Parameters

type  TableSegmentDataType
 
newVal  String
 
See Also