Previous Topic: SetCanViewExternallyFlag Method

Next Topic: IsValid Method


GetCanViewExternallyFlag Method

Gets the CanViewExtenrally flag true or false.

Syntax

object.GetCanViewExternallyFlag()

Owning Class

CaWTakeSnapshot

Arguments

None

Return Value

A boolean - If true snapshot is visible to other projects, if false only current project has visibility.

Notes

The CanViewExternally flag defaults to true.

Example

Dim objTakeSnapshot
Set objTakeSnapshot = objContext.GetTakeSnapshot()
BlnFlag = objTakeSnapshot.GetCanViewExternallyFlag()

More information: