Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > OldBasic Object : Flatness Method
String value of the string ID of the object to query.
Double value of the output zone.
Flatness Method
Description
This function was added for the tutor translator, and should be used with caution.
Syntax
Visual Basic
Public Function Flatness( _
   ByVal ID As String, _
   ByVal out_zone As Double _
) As Long
Parameters
ID
String value of the string ID of the object to query.
out_zone
Double value of the output zone.
Return Type
Non-zero if successful. Zero if the object with the given ID string cannot be found.
See Also