Share

StylesRoot.TableStyles Property

Gets the root object of Civil 3D table styles.



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

Syntax

C#

public TableStylesRoot TableStyles { get; }

VB

Public ReadOnly Property TableStyles As TableStylesRoot
	Get

C++

public:
property TableStylesRoot^ TableStyles {
	TableStylesRoot^ get ();
}

Property Value

TableStylesRoot

See Also

Reference

Was this information helpful?