Previous Topic: CaTakeSnapshot

Next Topic: bool GetCanViewExternallyFlag(bool bFlag)


bool SetCanViewExternallyFlag(bool bFlag)

Sets the CanViewExtenrally flag true or false.

Note: The CanViewExternally flag defaults to true.

Owning Class

CaTakeSnapshot

Arguments

bool bFlag-if true, snapshot is visible to other projects; if false, only current project has visibility

Return Value

bool-value that was set

Example

CaTakeSnapshot& rTakeSnapshot = rContext.GetTakeSnapshot();
rTakeSnapshot.SetCanViewExternallyFlag(true);

More information: