Share

SegmentColumnStyle.GetContentString Method

Gets the specified display content of segment column style.



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

Syntax

C#

public string GetContentString(
	TableSegmentDataType type
)

VB

Public Function GetContentString ( 
	type As TableSegmentDataType
) As String

C++

public:
String^ GetContentString(
	TableSegmentDataType type
)

Parameters

type  TableSegmentDataType
 

Return Value

String

See Also

Reference

Was this information helpful?