Share

TableStylesRoot.SurfaceSlopeArrowContourTableStyles Property

Gets the collection of all surface user slope arrow table styles.



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

Syntax

C#

public TableStyleCollection SurfaceSlopeArrowContourTableStyles { get; }

VB

Public ReadOnly Property SurfaceSlopeArrowContourTableStyles As TableStyleCollection
	Get

C++

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

Property Value

TableStyleCollection

See Also

Reference

Was this information helpful?