SpatialFieldManager.UpdateSpatialFieldPrimitive
Description:
Populates analysis results data (or replaces the existing data) in the existing primitive identified by the unique index
Populates analysis results data (or replaces the existing data) in the existing primitive identified by the unique index
public void UpdateSpatialFieldPrimitive(
int idx,
FieldDomainPoints fieldDomainPoints,
FieldValues fieldValues,
int resultIndex
)
-
idxUnique index identifying the primitive
-
fieldDomainPointsSet of domain points. If the new set of domain points is supplied, all previously supplied domain points and field values for all results are removed from the primitive. If %fieldDomainPoints% is null only fieldValues are updated
-
fieldValuesSet of data values. Number of values in fieldValues must coincide with the number of points in fieldDomainPoints
-
resultIndexUnique index identifying the result schema
-
idx refers to non-existent primitive -or- fieldValues has incorrect number of measurements in ValueAtPoint objects -or- fieldDomainPoints has inconsistent type -or- resultIndex refers to non-existent result schema
-
A non-optional argument was null
-
fieldDomainPoints and fieldValues have inconsistent number of points