Click or drag to resize

ICursorFiltersGetFilter Method

Returns filter from collection.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
Object GetFilter(
	int index
)

Parameters

index
Type: SystemInt32
Index of filter (0-based).

Return Value

Type: Object
Derived BaseFilter object.
See Also