Share

TableStylesRoot.PointTableStyles Property

Gets the collection of all point table styles.



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

Syntax

C#

public TableStyleCollection PointTableStyles { get; }

VB

Public ReadOnly Property PointTableStyles As TableStyleCollection
	Get

C++

public:
property TableStyleCollection^ PointTableStyles {
	TableStyleCollection^ get ();
}

Property Value

TableStyleCollection

See Also

Reference

Was this information helpful?