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.
// 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;
Type |
---|
bool Boolean |
If Viewer is attached and has UseRtree=True, then layer.UseRTree will inherit value. Use BlocRTree to avoid this behavior.