RVTDocs.com
Namespace: Autodesk.Revit.DB

GridNode Structure

Description:
A structure that represents a particular location in (U,V) from a grid.
Inheritance Hierarchy:
System.Object
  System.ValueType
    Autodesk.Revit.DB.GridNode
Syntax
public struct GridNode
GridNode Structure Members:
Name Description Inherited From
GridNode Initializes a new instance of the GridNode class
Name Description Inherited From
UIndex The node's index along the U axis.
VIndex The node's index along the V axis.
Name Description Inherited From
Equals Indicates whether this instance and a specified object are equal. (Inherited from ValueType ) ValueType
GetHashCode Returns the hash code for this instance. (Inherited from ValueType ) ValueType
GetType Gets the Type of the current instance. (Inherited from Object ) Object
ToString Returns the fully qualified type name of this instance. (Inherited from ValueType ) ValueType