SoTimerSensorSetInterval Method |
Namespace: OIV.Inventor.SensorsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetInterval(
SbTime intvl
)
Public Sub SetInterval (
intvl As SbTime
)
public:
void SetInterval(
SbTime intvl
)
member SetInterval :
intvl : SbTime -> unit
Parameters
- intvl
- Type: OIV.InventorSbTime
Remarks The default interval is 1/30th of a second.
See Also