<Code Lib>
M

SpatialFieldManager.GetMaximum

Description:
Calculates the maximum value for all primitives

public double GetMaximum(
	int resultIndex,
	bool rawValue
)

  • Int32
    resultIndex
    Index of result schema
  • Boolean
    rawValue
    If true returned value is NOT multiplied by the current result's units multiplier, otherwise it IS
Return Value Resulting maximum value Resulting maximum value

Loading…