Gets the depth of the node in tree.
Namespace:
Gile.AutoCAD.R20.Geometry
Assembly:
GeometryExtensionsR20 (in GeometryExtensionsR20.dll) Version: 2.2.0.0 (2.2.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