Gets the display content of column style, this property is usable for most table columns,
but for alignment segment table, please use GetContentString() and specified type.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
Visual C++ |
---|
public:
property String^ ContentString {
String^ get ();
[ObsoleteAttribute(L"Use ContentStringFormatted instead.", false)]
[DeprecatedVersionAttribute(CivilVersion::Civil2013)]
void set (String^ value);
} |
Remarks
Exceptions
Exception | Condition |
---|
System..::..InvalidOperationException |
Thrown when the column is obstained from a alignment segment table style or parcel segment table style or structure table style.
|
See Also