Share

GridSurfaceCell.TopRightVertex Property

Gets the vertex at the top right corner of the cell.



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

Syntax

C#

public GridSurfaceVertex TopRightVertex { get; }

VB

Public ReadOnly Property TopRightVertex As GridSurfaceVertex
	Get

C++

public:
property GridSurfaceVertex^ TopRightVertex {
	GridSurfaceVertex^ get ();
}

Property Value

GridSurfaceVertex

See Also

Reference

Was this information helpful?