Function ProElemtreeVerify
Description
Verifies the contents of the element tree. This will parse the element tree and determine, where possible, if any elements have potentially incorrect values. The results of this verification can be obtained from two different paths:
This function is primarily intended for new element trees created in order to create a new feature in the model. Trees which are extracted using
ProFeatureElemtreeCreate() will already have diagnostics information embedded based on the owner model state at the time of extraction.
Synopsis
| ProElemtreeVerify |
| ( /* (In) The solid model where the element tree will be used. */ /* (In) Path from the top level assembly to the solid model, if the feature will be created with external assembly references. */ /* (In) The element tree. */ ) |
Returns
| The function succeeded. |
| One or more input arguments was invalid. |