Click or drag to resize

ComponentGetComponentByNameWithIndex Method

Finds a child component by name and number in the case when there are several components with the specified name.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Component GetComponentByNameWithIndex(
	string name,
	int nameIndex
)

Parameters

name  String
nameIndex  Int32

Return Value

Component
See Also