DK11 for ActiveX | TatukGIS_XDK11.ITGIS_LayerVector.UseRTree | Methods | Properties
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.