Share

GridNode Structure

A structure that represents a particular location in (U,V) from a grid.

Inheritance Hierarchy

System.Object
  System.ValueType
    Autodesk.Revit.DB.GridNode


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public struct GridNode

The GridNode type exposes the following members.

Constructors

 NameDescription
Public methodGridNodeInitializes a new instance of the GridNode class

Properties

 NameDescription
Public propertyUIndexThe node's index along the U axis.
Public propertyVIndexThe node's index along the V axis.

Methods

 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

See Also

Reference

Was this information helpful?