Previous Topic: SetUDPByName Method

Next Topic: CaWCreatePackage


SetUDPById Method

Sets the specified UDP as the current context UDP.

Syntax

object.SetTakeSnapshotById(lngObjId)

Owning Class

CaWContext

Arguments

lngObjId - A long represents the UDP object ID.

Return Value

A boolean - True if success, False if fails.

Example

blnRet = objContext.SetUDPById(lngObjId)

More information: