Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
Evaluate Method
Description
Evaluates a dimension’s data from its feature data.
Syntax
Visual Basic
Public Sub Evaluate() 
Return Type
Boolean value indicating success or failure in evaluating the dimension.
Remarks

Some dimension commands exist as command blocks inside of PC-DMIS. Because of this, the Evaluate method only works on a command block if you call the method from the very first item of the block. Calls made from other items of a dimension’s command block won’t function.

See Also