Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > OldBasic Object : Straitness Method
The string ID of the object to query.
A reference to a double to hold the output zone.
Straitness Method
Description
Returns straitness information for command of specified ID
Syntax
Visual Basic
Public Function Straitness( _
   ByVal ID As String, _
   ByRef out_zone As Double _
) As Long
Parameters
ID
The string ID of the object to query.
out_zone
A reference to a double to hold the output zone.
Return Type
Non-zero if successful. 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