Gets or sets whether to index item positions for faster hit-testing and viewport clipping queries.
SyntaxVB6
Copy Code
|
|---|
Public Property Get EnableSpatialIndex() As Boolean |
C++
Copy Code
|
|---|
public: |
true to enable spatial indexing, or false otherwise. The default value is false.
See Also