SpatialFieldManager.IsResultSchemaNameUnique
Method
Description:
Verify the uniqueness of the name among all registered result schemas.
Verify the uniqueness of the name among all registered result schemas.
Parameters
Parameter | Type | Description |
---|---|---|
name | String | Name to verify uniqueness of. |
resultIndexToSkip | Int32 | 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
Type | Description |
---|---|
Boolean | True if name is unique, false otherwise. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |