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: 12.3.0.0
Syntax
public WindowlessComponent GetChildForIndex(
	int index
)

Parameters

index  Int32
 

Return Value

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