Click or drag to resize

AnalysisLayerGetIndexForChild Method

Gets the index of an child elments.

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

Parameters

child
Type: Easymap.AddIn.CommonWindowlessComponent

Return Value

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