SegmentColumnStyleGetContentString Method |
Gets the specified display content of segment column style.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic string GetContentString(
TableSegmentDataType type
)
Public Function GetContentString (
type As TableSegmentDataType
) As String
public:
String^ GetContentString(
TableSegmentDataType type
)
Parameters
- type TableSegmentDataType
-
Return Value
String
See Also