This class encapsulates a vertex in a GridSurface.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesGridSurfaceObject
Autodesk.Civil.DatabaseServicesGridSurfaceVertex
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class GridSurfaceVertex : GridSurfaceObject
VB
Public NotInheritable Class GridSurfaceVertex Inherits GridSurfaceObject
C++
public ref class GridSurfaceVertex sealed : public GridSurfaceObject
The GridSurfaceVertex type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| GridLocation | Gets the location of the object as a GridLocation. | |
| IsValid |
Gets whether the object is valid.
(Inherited from GridSurfaceObject) | |
| Location | Gets the location of the vertex as a Point3d. | |
| Surface |
Gets the Surface to which the object belongs.
(Inherited from GridSurfaceObject) |
Methods
| Name | Description | |
|---|---|---|
| Dispose | (Inherited from GridSurfaceObject) | |
| Equals | (Overrides ObjectEquals(Object)) | |
| GetHashCode | (Overrides ObjectGetHashCode) |
