Previous Topic: CaWTakeSnapshot

Next Topic: GetCanViewExternallyFlag Method


SetCanViewExternallyFlag Method

Sets the CanViewExtenrally flag true or false.

Syntax

object.SetCanViewExternallyFlag(blnFlag)

Owning Class

CaWTakeSnapshot

Arguments

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

Return Value

bool - Value that was set.

Notes

The CanViewExternally flag defaults to true.

Example

Dim objTakeSnapshot
Set objTakeSnapshot = objContext.GetTakeSnapshot()
objTakeSnapshot.SetCanViewExternallyFlag(True)

More information: