Click or drag to resize

TreeNodeT Class

Describes a generic tree node.
Inheritance Hierarchy
SystemObject
  Gile.AutoCAD.GeometryTreeNodeT

Namespace:  Gile.AutoCAD.Geometry
Assembly:  GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public class TreeNode<T>

Type Parameters

T
Type of the node Value.

The TreeNodeT type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDepth
Gets the depth of the node in tree.
Public propertyLeftChild
Gets the left child node.
Public propertyRightChild
Gets the right child node.
Public propertyValue
Gets the value of the node.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also