User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_layervector.usertree

Table of Contents

TGIS_LayerVector.UseRTree property

DK11 for .NET | TatukGIS.NDK.TGIS_LayerVector.UseRTree | Constructors | Fields | Methods | Properties | Events

Sets the use of an index based on RTree structure. Setting to True will always rebuild index for in-memory shapes.

Available also on: Delphi | Java | ActiveX | Python.

Syntax

// C#
public Boolean UseRTree
{
  get {}
  set {}
}
' VisualBasic
Public Property UseRTree As Boolean
  Get
  End Get
  Set(ByVal value As Boolean)
  End Set
End Property
// Oxygene
public
  property UseRTree : Boolean read read;

Value

Type
bool
Boolean

Remarks

If Viewer is attached and has UseRtree=True, then layer.UseRTree will inherit value. Use BlocRTree to avoid this behavior.

2022/11/16 01:34

Page Tools