Previous Topic: SetSnapshotViewById Method

Next Topic: SetTakeSnapshotByName Method


SetTakeSnapshotById Method

Sets the specified TakeSnapshot as the current context TakeSnapshot.

Syntax

object.SetTakeSnapshotById(lngObjId)

Owning Class

CaWContext

Arguments

lngObjId - A long represents the TakeSNapshot object ID.

Return Value

A boolean - True if success, False if fails.

Example

blnRet = objContext.SetTakeSnapshotById(lngObjId)

More information: