SegmentColumnStyleSetContentString Method |
Note: This API is now obsolete.
Sets the specified display content of segment column style.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax[ObsoleteAttribute("Use SetContentStringFormatted instead.", false)]
public void SetContentString(
TableSegmentDataType type,
string newVal
)
<ObsoleteAttribute("Use SetContentStringFormatted instead.", false)>
Public Sub SetContentString (
type As TableSegmentDataType,
newVal As String
)
public:
[ObsoleteAttribute(L"Use SetContentStringFormatted instead.", false)]
void SetContentString(
TableSegmentDataType type,
String^ newVal
)
Parameters
- type TableSegmentDataType
-
- newVal String
-
See Also