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: 10.0.1111.0
Syntax
C# |
---|
public string ContentString { get; set; } |
Visual Basic |
---|
Public Property ContentString As String
Get
Set |
Visual C++ |
---|
public:
property String^ ContentString {
String^ get ();
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