ShapefileDataReader.Depth Property
Always return a value of zero since nesting is not supported.
[Visual Basic]NotOverridable Public ReadOnly Property Depth As
Integer Implements _
IDataReader.Depth
[C#]public
int Depth {get;}
Property Value
The level of nesting.
Implements
IDataReader.Depth
Remarks
The outermost table has a depth of zero.
See Also
ShapefileDataReader Class | ShapefileDataReader Members | Geotools.Data Namespace