Previous Topic: SetCrossProjectMergeByName Method

Next Topic: SetTakeSnapshotById Method


SetSnapshotViewById Method

Sets the specified SnapshotView as the current context SnapshotView.

Syntax

object.SetSnapshotViewById(lngObjId)

Owning Class

CaWContext

Arguments

lngObjid - A long represents the SnapshotView object ID.

Return Value

A boolean - True if success, False if fails.

Example

blnRet = objContext.SetSnapshotViewById(lngObjId)

More information: