Search
FlowChart.EnableSpatialIndex Property
See Also
 



Gets or sets whether to index item positions for faster hit-testing and viewport clipping queries.

 Syntax

VB6  Copy Code

Public Property Get EnableSpatialIndex() As Boolean
Public Property Let EnableSpatialIndex( _
    ByVal value As Boolean _
)

C++  Copy Code

public:
bool get_EnableSpatialIndex ()
void put_EnableSpatialIndex (
    bool value
)

 Property Value

true to enable spatial indexing, or false otherwise. The default value is false.

 See Also