SpatialFieldManager.SetResultSchema
Method
Description:
Sets a new value for an existing result schema in the result registry
Sets a new value for an existing result schema in the result registry
Parameters
Parameter | Type | Description |
---|---|---|
idx | Int32 | Index of registered result schema |
resultSchema | AnalysisResultSchema | Result schema replacing the existent one |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentException | idx refers to non-existent result schema -or- name of resultSchema is not unique in view |
ArgumentNullException | A non-optional argument was null |