Share

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.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

 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)

Methods

 NameDescription
Public methodDispose
(Inherited from GridSurfaceObject)
Public methodEquals
(Overrides ObjectEquals(Object))
Public methodGetHashCode
(Overrides ObjectGetHashCode)

See Also

Reference

Was this information helpful?