2027 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
)
  • String
    name
    Name to verify uniqueness of.
  • Int32
    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.