Click or drag to resize

ISpiderTargetCollectionGetLoadedInIteration Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Gets targets loaded in the specified iteration

Namespace:  imbCommonModels.webStructure
Assembly:  imbCommonModels (in imbCommonModels.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
List<ISpiderTarget> GetLoadedInIteration(
	int iteration
)

Parameters

iteration
Type: SystemInt32
The iteration.

Return Value

Type: ListISpiderTarget

[Missing <returns> documentation for "M:imbCommonModels.webStructure.ISpiderTargetCollection.GetLoadedInIteration(System.Int32)"]

See Also