Share

ColumnStyle.ContentStringFormatted Property

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.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public string ContentStringFormatted { get; set; }

VB

Public Property ContentStringFormatted As String
	Get
	Set

C++

public:
property String^ ContentStringFormatted {
	String^ get ();
	void set (String^ value);
}

Property Value

String

Exceptions

ExceptionCondition
InvalidOperationException Thrown when the column is obtained from a alignment segment table style or parcel segment table style or structure table style.

Remarks

  1. Invalid property for the SegmentColumnStyle and StructureColumnStyle.
  2. We can use method Autodesk.AutoCAD.DatabaseServices.MText.SetContentsRtf and Autodesk.AutoCAD.DatabaseServices.MText.Content to convert rtf format string to MText format string.

See Also

Reference

Was this information helpful?