Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 563 Bytes

File metadata and controls

38 lines (28 loc) · 563 Bytes

Hide

Description

Hides any visible or grayed objects matching the specified search criteria.

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

Parameters

Name Type Description
c CRITERIA Search criteria.

Remarks

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

Examples

==== VectorScript ====

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

==== Python ====

Version

Availability: from All Versions

Category

  • Criteria