Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATITPSConsumable
Interface representing TPSComponent.
CATITPSConsumable* piConsumable = NULL;
rc = window->QueryInterface(IID_CATITPSConsumable, (void**)&piConsumable);
if(SUCCEEDED(rc))
{
...
piConsumable->Release();
piConsumable = NULL;
}
| public virtual GetConsumable( | obConsumable) |
| public virtual SetConsumable( | ibConsumable) |
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.