ComponentGetComponentByNameWithIndex Method |
Finds a child component by name and number in the case when there are several components with the specified name.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic Component GetComponentByNameWithIndex(
string name,
int nameIndex
)
Parameters
- name String
- nameIndex Int32
Return Value
Component
See Also