Important: The information in this document is obsolete and should not be used for new development.
SetCyberItem
Assigns the specified Cyberdog item to this display part.
void SetCyberItem (in CyberItem item, in ParameterSet openParams);
item- The Cyberdog item to be displayed.
openParams- The
ParameterSetobject to use in the opening process, if any; otherwise,kODNULL.DISCUSSION
This method is called by theOpenCyberItemmethod; this method should store a reference to the specified Cyberdog item. The superclass implementation of this method releases the old Cyberdog item, if any, and acquires the new Cyberdog item. Subsequent calls toGetCyberItemwill return the specified Cyberdog item.If you subclass
CyberPartExtensionand override this method, your override must call its inherited method.SEE ALSO
TheGetCyberItemmethod (page 285).
TheOpenCyberItemmethod (page 290).