AnalysisLayer.GetChildForIndex 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
Syntaxpublic WindowlessComponent GetChildForIndex(
int index
)
Public Function GetChildForIndex (
index As Integer
) As WindowlessComponent
Parameters
- index
- Type: System.Int32
Return Value
Type:
WindowlessComponent
RemarksThis is only supported for analyses which use child elements
See Also