Description Deletes an existing Analysis Results Node.
Syntax success = ARNDelete( arnNode )
Parameters success (Boolean) True if ARN is deleted, False otherwise.
arnNode As Long Node number of ARN.
Remarks ARNs are held in memory and are stored in the Analysis Results folder on the object tree. For memory management purposes, it is generally desirable to delete auxiliary ARNs when created inside of script loops and optimization. Unlike scatter models, coatings, etc., ARN nodes are not renumbered after a deletion and ARNIsValidNode should be used to check the validity of a supplied node number.
See Also
|