Click or drag to resize

ComponentComponentSetParsePathNameWithIndex Method

Extracts the name and index from the path string.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static bool ParsePathNameWithIndex(
	string value,
	out string name,
	out int nameIndex
)

Parameters

value  String
name  String
nameIndex  Int32

Return Value

Boolean
See Also