TableType Property

Gets the type of feature to which this table style applies.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public TableStyleType TableType { get; }

Visual Basic

Public ReadOnly Property TableType As TableStyleType
	Get

Visual C++

public:
property TableStyleType TableType {
	TableStyleType get ();
}

See Also