SetSelectFilter

Top  Previous  Next

 

SetSelectFilter (Method)

 

Define before the selection what objects will be selected based on a specific filter

 

Syntax:

Function SetSelectFilter(lFilter As Integer) As Boolean

 

The SetSelectFilter method syntax consists of the following:

Parameter

Data Type

Description

lFilter

Integer

Is the specific filter

 

Return value:

Boolean - True on success, false on error.

 

Example