Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 592 Bytes

File metadata and controls

37 lines (28 loc) · 592 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