Click or drag to resize

imbTargetLinkMatrix Constructor (IEnumerableISpiderTarget, IEnumerableISpiderTarget, Int32)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the imbTargetLinkMatrix class

Namespace:  imbCommonModels.webStructure
Assembly:  imbCommonModels (in imbCommonModels.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public imbTargetLinkMatrix(
	IEnumerable<ISpiderTarget> __axisX,
	IEnumerable<ISpiderTarget> __axisY,
	int __init
)

Parameters

__axisX
Type: System.Collections.GenericIEnumerableISpiderTarget

[Missing <param name="__axisX"/> documentation for "M:imbCommonModels.webStructure.imbTargetLinkMatrix.#ctor(System.Collections.Generic.IEnumerable{imbCommonModels.webStructure.ISpiderTarget},System.Collections.Generic.IEnumerable{imbCommonModels.webStructure.ISpiderTarget},System.Int32)"]

__axisY
Type: System.Collections.GenericIEnumerableISpiderTarget

[Missing <param name="__axisY"/> documentation for "M:imbCommonModels.webStructure.imbTargetLinkMatrix.#ctor(System.Collections.Generic.IEnumerable{imbCommonModels.webStructure.ISpiderTarget},System.Collections.Generic.IEnumerable{imbCommonModels.webStructure.ISpiderTarget},System.Int32)"]

__init
Type: SystemInt32

[Missing <param name="__init"/> documentation for "M:imbCommonModels.webStructure.imbTargetLinkMatrix.#ctor(System.Collections.Generic.IEnumerable{imbCommonModels.webStructure.ISpiderTarget},System.Collections.Generic.IEnumerable{imbCommonModels.webStructure.ISpiderTarget},System.Int32)"]

See Also