SoAlarmSensor Class |
Triggers a delegate once sometime in the future.
Namespace: OIV.Inventor.Sensors
The SoAlarmSensor type exposes the following members.
Name | Description | |
---|---|---|
SoAlarmSensor | Constructor. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) | |
GetTime | Returns the time at which the sensor is set to be triggered. | |
GetTriggerTime | Returns the time at which this sensor is scheduled to be triggered. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsScheduled | Returns true if this sensor has been scheduled and is waiting in a sensor queue to be triggered. | |
Schedule | (Inherited from SoSensor.) | |
SetTime | Sets the sensor to go off at the specified time. | |
SetTimeFromNow | Sets the sensor to go off the given amount of time from now. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Unschedule | (Inherited from SoSensor.) |
This type of sensor can be used to schedule a one-time delegate for some time in the future. The sensor is not guaranteed to be called at exactly that time, but will be called sometime after the specified time.