Returns runout information for command of specified ID
Visual Basic |
---|
Public Function RunOut( _ ByVal ID As String, _ ByVal in_datumxyz As PointData, _ ByVal in_datumijk As PointData, _ ByRef out_zone As Double _ ) As Long |
- ID
- The string ID of the object to query.
- in_datumxyz
- Input xyz.
- in_datumijk
- Input ijk.
- out_zone
- A reference to a double to hold the output zone.
Non-zero if successfull. Zero if the object with the given ID string cannot be found.
This function was added for the tutor translator, and should be used with caution.