|
|
the type of the built-in event
|
[Example]
evType = event.GetType()
[Example]
accuracy = event.GetAccuracy()
•
|
SetAccuracy(accuracy: float)
|
[Example]
event.SetAccuracy(0.1)
Retrieve the path type that this event is for.
[Example]
pathType = event.GetPathType()
Set the path type that this event is for.
[Example]
event.SetPathType(EVENTPATHTYPE_POINTTOPOINT)
Retrieve the accuracy criteria.
[Example]
criteria = event.GetCriteria()
Set the accuracy criteria.
[Example]
event.SetCriteria(ACCURACY_OFF)
|