|  | DRModelNodeContent Methods | 
The DRModelNodeContent type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | (Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetAncestors | 
            Gets the ancestors of the given scene node.
            (Inherited from DRSceneNodeContent.) | 
|  | GetChildren | 
            Gets the children of the given scene node.
            (Inherited from DRSceneNodeContent.) | 
|  | GetDescendants | 
            Gets the descendants of the given node using a depth-first search.
            (Inherited from DRSceneNodeContent.) | 
|  | GetDescendants(Boolean) | 
            Gets the descendants of the given node using a depth-first or a breadth-first search.
            (Inherited from DRSceneNodeContent.) | 
|  | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetLeaves | 
            Gets the leaves of the scene node.
            (Inherited from DRSceneNodeContent.) | 
|  | GetRoot | 
            Gets the root node.
            (Inherited from DRSceneNodeContent.) | 
|  | GetSelfAndAncestors | 
            Gets the scene node and its ancestors scene.
            (Inherited from DRSceneNodeContent.) | 
|  | GetSubtree | 
            Gets the subtree (the given node and all of its descendants) using a depth-first 
            search.
            (Inherited from DRSceneNodeContent.) | 
|  | GetSubtree(Boolean) | 
            Gets the subtree (the given node and all of its descendants) using a depth-first or a 
            breadth-first search.
            (Inherited from DRSceneNodeContent.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also