GridSurfaceVertex Class

This class encapsulates a vertex in a GridSurface.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesGridSurfaceObject
    Autodesk.Civil.DatabaseServicesGridSurfaceVertex

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class GridSurfaceVertex : GridSurfaceObject

The GridSurfaceVertex type exposes the following members.

Properties
 NameDescription
Public propertyGridLocation Gets the location of the object as a GridLocation.
Public propertyIsValid Gets whether the object is valid.
(Inherited from GridSurfaceObject)
Public propertyLocation Gets the location of the vertex as a Point3d.
Public propertySurface Gets the Surface to which the object belongs.
(Inherited from GridSurfaceObject)
Top
Methods
 NameDescription
Public methodDispose
(Inherited from GridSurfaceObject)
Public methodEquals
(Overrides ObjectEquals(Object))
Public methodGetHashCode
(Overrides ObjectGetHashCode)
Top
See Also