Previous Topic: LPCTSTR GetViewName(void) const

Next Topic: CaPackageChooser


HAROBJID GetViewObjId(void) const

Returns the object ID for the view in which the item resides. This view may be the working view associated with a state or a snapshot view.

Note: Information about baseline and repository views is not accessible through HSDK CaItems.

Owning Class

CaItem

Arguments

None

Return Value

HAROJBID-object ID of the view that the item is in

Example

CaItem& rItem = rContext.GetViewPathItem(); HAROBJDI iView = rItem.GetViewObjId();

More information: