Previous Topic: bool SetCanViewExternallyFlag(bool bFlag)

Next Topic: HINT32 Execute(LPCTSTR szViewName, CaTimeStamp snapshottime=NULL_CATIMESTAMP, LPCTSTR szReferenceSnapshot = NULL)


bool GetCanViewExternallyFlag(bool bFlag)

Gets the CanViewExtenrally flag true or false.

Note: The CanViewExternally flag defaults to true.

Owning Class

CaTakeSnapshot

Arguments

None

Return Value

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

Example

CaTakeSnapshot& rTakeSnapshot = rContext.GetTakeSnapshot();
bool bViewExternal = rTakeSnapshot.GetCanViewExternallyFlag(true);

More information: