Click or drag to resize
FdoProviderSelect Method

Namespace: FDF.Common.Providers
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public bool Select(
	IFdoFilter filter = null,
	ref FdoFeatureCollection features = null,
	ref FdfResultCollection outResults = null
)

Parameters

filter (Optional)
Type: FDF.Common.Features.FiltersIFdoFilter
features (Optional)
Type: FDF.Common.FeaturesFdoFeatureCollection
outResults (Optional)
Type: FDF.Common.RuntimeFdfResultCollection

Return Value

Type: Boolean
See Also