SpatialLocatorPositionalTrackingDeactivatingEventArgs.Canceled Property

Definition

Gets or sets a value indicating whether to cancel the deactivation of positional tracking due to inactivity.

public:
 property bool Canceled { bool get(); void set(bool value); };
bool Canceled();

void Canceled(bool value);
public bool Canceled { get; set; }
var boolean = spatialLocatorPositionalTrackingDeactivatingEventArgs.canceled;
spatialLocatorPositionalTrackingDeactivatingEventArgs.canceled = boolean;
Public Property Canceled As Boolean

Property Value

Boolean

bool

A boolean value indicating whether to cancel the deactivation of positional tracking due to inactivity.

Applies to