Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 564 Bytes

File metadata and controls

38 lines (28 loc) · 564 Bytes

Show

Description

Displays any hidden or grayed objects matching the specified search criteria.

PROCEDURE Show(c : CRITERIA);
def vs.Show(c):
    return None

Parameters

Name Type Description
c CRITERIA Search criteria.

Remarks

Makes objects with the specified search criteria visible if they are not already.

Examples

==== VectorScript ====

Show((C='Proposed Phase 2 Construction'));

==== Python ====

Version

Availability: from All Versions

Category

  • Criteria