Gets or sets the content of column style with MText format string, 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
C# |
---|
public string ContentStringFormatted { get; set; } |
Visual Basic |
---|
Public Property ContentStringFormatted As String
Get
Set |
Visual C++ |
---|
public:
property String^ ContentStringFormatted {
String^ get ();
void set (String^ value);
} |
Remarks
Exceptions
Exception | Condition |
---|
System..::..InvalidOperationException |
Thrown when the column is obtained from a alignment segment table style or parcel segment table style or structure table style.
|
See Also