Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
The string ID of the object to query.
Input xyz.
Input ijk.
A reference to a double to hold the output zone.
RunOut Method
Description
Returns runout information for command of specified ID
Syntax
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
Parameters
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.
Return Type
Non-zero if successfull. Zero if the object with the given ID string cannot be found.
Remarks
This function was added for the tutor translator, and should be used with caution.
See Also