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