Click or drag to resize

ComponentComponentSetGetUniqueName Method

Finds a unique name by child components.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public string GetUniqueName(
	string prefix,
	bool removePrefixEndNumbers,
	int startNumber
)

Parameters

prefix
Type: SystemString
removePrefixEndNumbers
Type: SystemBoolean
startNumber
Type: SystemInt32

Return Value

Type: String
See Also