2027 Structure
Changes 0
S

GridNode

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