Gets the type of feature to which this table style applies.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public TableStyleType TableType { get; }
VB
Public ReadOnly Property TableType As TableStyleType Get
C++
public: property TableStyleType TableType { TableStyleType get (); }