<Code Lib>
2025 Method
Changes 0
M

SpatialFieldManager.IsResultSchemaNameUnique

Description:
Verify the uniqueness of the name among all registered result schemas.

public bool IsResultSchemaNameUnique(
	string name,
	int resultIndexToSkip
)

  • name
    Name to verify uniqueness of.
  • resultIndexToSkip
    Index of result (e.g. to be replaced) which names should not count for uniqueness; negative number means nothing is excluded from comparison.
Return Value Boolean True if name is unique, false otherwise.

Loading…