Previous Topic: SetPackageName Method

Next Topic: SetSnapshotView Method


SetPackageId Method

Sets the specified Package as the current context Package.

Syntax

object.SetPackageId(lngObjId)

Owning Class

CaWContext

Arguments

lngObjId - A long that represents the Package object ID.

Return Value

A boolean - True if success, False if fails.

Example

blnRet = objContext.SetPackageId(lngObjId)

More information: