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