PresentationSnapshotView.SetVisibility Method
Parent Object: PresentationSnapshotViewDescription
Method that sets override visibility to PresentationComponent objects.
Syntax
PresentationSnapshotView.SetVisibility( PresentationComponents As ObjectCollection, Visible As Boolean )Parameters
Name | Type | Description |
PresentationComponents | ObjectCollection | Input ObjectCollection object that includes the PresentationComponent objects. |
Visible | Boolean | Input Boolean value that specifies the visibility. |