Share

GridSurfaceCell.TopEdge Property

Gets the edge at the top of the cell.



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

Syntax

C#

public GridSurfaceEdge TopEdge { get; }

VB

Public ReadOnly Property TopEdge As GridSurfaceEdge
	Get

C++

public:
property GridSurfaceEdge^ TopEdge {
	GridSurfaceEdge^ get ();
}

Property Value

GridSurfaceEdge

See Also

Reference

Was this information helpful?