Difference between revisions of "ISInterface:NavigationClearPoints"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
===Syntax=== | ===Syntax=== | ||
− | + | *void NavigationClearPoints() | |
== Purpose == | == Purpose == | ||
− | + | Clear all navigation points | |
== Usage == | == Usage == | ||
=== Parameters === | === Parameters === | ||
− | + | ''None'' | |
− | |||
− | |||
== Examples == | == Examples == | ||
− | + | *pISInterface->NavigationClearPoints(); | |
== See Also == | == See Also == |
Latest revision as of 02:39, 3 September 2005
Syntax
- void NavigationClearPoints()
Purpose
Clear all navigation points
Usage
Parameters
None
Examples
- pISInterface->NavigationClearPoints();