Previous Topic: SetProjectName Method

Next Topic: SetStateName Method


SetProjectId Method

Sets the specified Project as the current context Project.

Syntax

object.SetProjectId(lngObjId)

Owning Class

CaWContext

Arguments

lngObjId - A long that represents the Project object ID.

Return Value

A boolean - True if success, False if fails.

Example

blnRet = objContext.SetProjectId(lngObjId)

More information: