2022 Method
Changes 0
M

SpatialFieldManager.UpdateSpatialFieldPrimitive

Description:
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
)
  • Int32
    idx
    Unique index identifying the primitive
  • fieldDomainPoints
    Set 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 nulla null reference (Nothing in Visual Basic) only fieldValues are updated
  • fieldValues
    Set of data values. Number of values in fieldValues must coincide with the number of points in fieldDomainPoints
  • Int32
    resultIndex
    Unique index identifying the result schema