Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 591 Bytes

File metadata and controls

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