navAvoidAreaEnable (Function) |
Top Previous Next |
This function will enable or disable an avoidance area on the navigation device.
Input: id : INT Unique ID to identify the area.
enable : BOOL (default TRUE) Determines if the area should be enabled.
Returns: INT
Declaration: FUNCTION navAvoidAreaEnable : INT;
Example: INCLUDE rtcu.inc |