Click or drag to resize

AnalysisLayerGetChildForIndex Method

Gets the child element for the specified index.

Namespace:  Easymap.AddIn.Analyse
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public WindowlessComponent GetChildForIndex(
	int index
)

Parameters

index
Type: SystemInt32

Return Value

Type: WindowlessComponent
Remarks
This is only supported for analyses which use child elements
See Also