Method GetTrackedDeviceModel
GetTrackedDeviceModel(IUIInteractor, out TrackedDeviceModel)
Retrieves the UI Model for a selected IUIInteractor.
Declaration
public bool GetTrackedDeviceModel(IUIInteractor interactor, out TrackedDeviceModel model)
Parameters
| Type | Name | Description |
|---|---|---|
| IUIInteractor | interactor | The IUIInteractor you want the model for. |
| TrackedDeviceModel | model | The returned model that reflects the UI state of the |
Returns
| Type | Description |
|---|---|
| bool | Returns true if the model was able to retrieved. Otherwise, returns false. |