Sets the specified display content of segment column style.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
[ObsoleteAttribute("Use SetContentStringFormatted instead.", false)]
public void SetContentString(
TableSegmentDataType type,
string newVal
) |
| Visual Basic |
|---|
<ObsoleteAttribute("Use SetContentStringFormatted instead.", False)> _
Public Sub SetContentString ( _
type As TableSegmentDataType, _
newVal As String _
) |
| Visual C++ |
|---|
public:
[ObsoleteAttribute(L"Use SetContentStringFormatted instead.", false)]
void SetContentString(
TableSegmentDataType type,
String^ newVal
) |
See Also