Share

SegmentColumnStyle.SetContentStringFormatted Method

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



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

Syntax

C#

public void SetContentStringFormatted(
	TableSegmentDataType type,
	string newVal
)

VB

Public Sub SetContentStringFormatted ( 
	type As TableSegmentDataType,
	newVal As String
)

C++

public:
void SetContentStringFormatted(
	TableSegmentDataType type, 
	String^ newVal
)

Parameters

type  TableSegmentDataType
 
newVal  String
 

See Also

Reference

Was this information helpful?