Previous Topic: void SetViewPathById(HAROBJID iObjId)

Next Topic: CaCreatePackage


bool IsPackageSet()

Determines if the context currently has a package set.

Owning Class

CaContext

Arguments

None

Return Value

bool-true if package set, false if not set

Exceptions

Throws CaException on error.

Example

bool bResult = rContext.IsPackageSet();

More information: