Share

ColumnStyle.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.8.0.280

Syntax

C#

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

VB

Public Property ContentString As String
	Get
	<ObsoleteAttribute("Use ContentStringFormatted instead.", false)>
	Set

C++

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

Property Value

String

Exceptions

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

Remarks

Invalid property for the SegmentColumnStyle and StructureColumnStyle.

See Also

Reference

Was this information helpful?