Make Annotation Ref List - WildCard Selection

Creates a list of GD&T Annotations based on wildcard selection criteria.

 

Input Arguments

 

0

String

Collection Wildcard Criteria

The wildcard string to specify the collections to select from.

1

String

Feature Check Wildcard Criteria

The wildcard string to specify the Annotations to

select.

 

Return Arguments

 

2

Feature Check Ref List

Resultant Annotation Refer- ence List

The resulting list of Annotations matching the specified wildcard selection criteria.

 

Returned Status

 

SUCCESS

The matching list of Annotations was created successfully.

FAILURE

The wildcard criteria strings were invalid.

 

Remarks

This command may return an empty list. The order of the Annotations in the list is undefined.

Enter wildcard values for the collection and Annotation using the same conventions as elsewhere in SA. Asterisks (*) are wildcards for one or more characters, while question marks (?) are placeholders for single characters. Specific characters can also be found using brackets[]. To find all feature checks that start with ā€œsā€ from all collections, use a collection criteria of * and an Annotation wildcard criteria of s*.