AnalysisLayerGetChildForIndex Method |
Gets the child element for the specified index.
Namespace: Easymap.AddIn.AnalyseAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic WindowlessComponent GetChildForIndex(
int index
)
Public Function GetChildForIndex (
index As Integer
) As WindowlessComponent
Parameters
- index Int32
-
Return Value
WindowlessComponent
RemarksThis is only supported for analyses which use child elements
See Also