ContentString Property

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

Syntax

C#

public string ContentString { get;	[DeprecatedVersionAttribute(CivilVersion.Civil2013)]
	[ObsoleteAttribute("Use ContentStringFormatted instead.", false)]
	set;
 }

Visual Basic

Public Property ContentString As String
	Get
	<DeprecatedVersionAttribute(CivilVersion.Civil2013)> _
<ObsoleteAttribute("Use ContentStringFormatted instead.", False)> _
	Set

Visual C++

public:
property String^ ContentString {
	String^ get ();
	[DeprecatedVersionAttribute(CivilVersion::Civil2013)]
[ObsoleteAttribute(L"Use ContentStringFormatted instead.", false)]
	void set (String^ value);
}

Remarks

Invalid property for the SegmentColumnStyle and StructureColumnStyle.

Exceptions

ExceptionCondition
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