Previous Topic: void SetClientPath(LPCTSTR szClientPath)

Next Topic: void SetViewPathById(HAROBJID iObjId)


void SetViewPath(LPCTSTR szViewPath)

Sets the specified View Path as the current context View Path.

Owning Class

CaContext

Arguments

LPCTSTR szViewPath

Return Value

None

Exceptions

Throws CaException on error.

Example

rContext.SetViewPath(szName);

More information: