Previous Topic: SetViewPath Method

Next Topic: GetCrossProjectMerge Method


SetViewPathById Method

Sets the specified viewpath as the current context viewpath.

Syntax

object.SetViewPathById(lngObjId)

Owning Class

CaWContext

Arguments

lngObjId-A long representing the viewpath object ID.

Return Value

A Boolean-True if success, False if fails.

Example

BlnRet = obj.SetViewPathById(lngObjId)

More information: