Share

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

Syntax

C#

public TableStyleType TableType { get; }

VB

Public ReadOnly Property TableType As TableStyleType
	Get

C++

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

Property Value

TableStyleType

See Also

Reference

Was this information helpful?