Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > OldBasic Object : Roundness Method
The string ID of the object to query.
A reference to a double to hold the output zone.
Roundness Method
Description
Returns roundness information for command of specified ID
Syntax
Visual Basic
Public Function Roundness( _
   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 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