This property indicates whether this tracking data provider supports observations from multiple trackers in the same data file. Some file formats by definition only contain observations from one tracker, while others support multiple trackers. This is used by ODTK to see if additional tracking data files should be created when generating simulated observations from multiple trackers.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property SupportsMultipleTrackers() As Boolean |
| [C#] |
|---|
|
| [Managed C++] |
|---|
public: __property bool get_SupportsMultipleTrackers(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public bool getSupportsMultipleTrackers(); |






