Share

GridSurfaceEdge.Cell2 Property

Gets the cell on the right or top of the edge.



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

Syntax

C#

public GridSurfaceCell Cell2 { get; }

VB

Public ReadOnly Property Cell2 As GridSurfaceCell
	Get

C++

public:
property GridSurfaceCell^ Cell2 {
	GridSurfaceCell^ get ();
}

Property Value

GridSurfaceCell

Remarks

  1. If the edge is horizontal, Cell1 is the cell on the right of the edge.
  2. Returns null if can't find a valid cell on the right or top of the edge object.

See Also

Reference

Was this information helpful?