This method can take two parameters, a start command and an end command. These define a range of commands. The method then performs a collision detection check for all features within this range. If you don't specify a start or end command then the range includes all the features in the measurement routine.
Visual Basic |
---|
Public Sub DoCollisionDetectPath( _ ByVal StartCommand As Command, _ ByVal endCommand As Command _ ) |
- StartCommand
- endCommand
Returns True if it does not detect collisions.
Returns False if it detects collisions.