Gets the depth of the node in tree.
Namespace:
Gile.AutoCAD.Geometry
Assembly:
GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic int Depth { get; set; }
Public Property Depth As Integer
Get
Set
public:
property int Depth {
int get ();
void set (int value);
}
member Depth : int with get, set
Property Value
Type:
Int32
See Also