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