GridSurfaceEdgeCell2 Property |
Gets the cell on the right or top of the edge.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic GridSurfaceCell Cell2 { get; }
Public ReadOnly Property Cell2 As GridSurfaceCell
Get
public:
property GridSurfaceCell^ Cell2 {
GridSurfaceCell^ get ();
}
Property Value
GridSurfaceCell
Remarks- If the edge is horizontal, Cell1 is the cell on the right of the edge.
- Returns null if can't find a valid cell on the right or top of the edge object.
See Also