GetMaxVector method

Stores the maximum values for each dimension into the specified vector.

Syntax

object.GetMaxVector(v);

Parameters

  • v [out, ref]
    Type: CDXV_C

    Location to store the maximum values for each dimension.

Return value

This method does not return a value.