Computes the range of all track ids. Returns
an array of track ids with a bool value if it's in range of the
object.
[Visual Basic .NET] |
---|
Public Function ComputeAllRanges( _
ByVal Mode As AgEMtoRangeMode, _
ByVal Time As System.Object _
) As System.Array
|
[C#] |
---|
public System.Array ComputeAllRanges(
|
[Managed C++] |
---|
public: System::Array ComputeAllRanges(
|
[Java] |
---|
public Object[] computeAllRanges(
|
[Unmanaged C++] |
---|
public: HRESULT ComputeAllRanges(
|
- Mode
-
Member Value Description eMtoRangeModeEach 2 For every track, returns the track id, 1 (within range) or 0 (not in range), and the range value in Connect distance units. eMtoRangeModeEachInRange 3 Returns the Track_id for each track in range, a 1 and the range value in Connect distance units. eMtoRangeModeEachNotInRange 4 Returns the Track_id for each track not in range, a 0 and the range value in Connect distance units. - Time