Returns an array of track ids with a bool value if it's in range of the object.
| [Visual Basic .NET] |
|---|
Public Function ComputeRanges( _ ByVal Mode As AgEMtoRangeMode, _ ByRef TrackIds As System.Array, _ ByVal Time As System.Object _ ) As System.Array |
| [C#] |
|---|
public System.Array ComputeRanges( |
| [Managed C++] |
|---|
public: System::Array ComputeRanges( |
| [Java] |
|---|
public Object[] computeRanges( |
| [Unmanaged C++] |
|---|
public: HRESULT ComputeRanges( |
- 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. - TrackIds
- Time
Compute MTO ranges
| [C#] | Copy Code | |
|---|---|---|
| ||
Compute MTO ranges
| [Visual Basic .NET] | Copy Code | |
|---|---|---|
| ||
