All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATTPSInterfaces Interface CATITPSConsumable

System.IUnknown
  |
  +---CATITPSConsumable
 

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.

Example:
CATITPSConsumable* piConsumable = NULL; rc = window->QueryInterface(IID_CATITPSConsumable, (void**)&piConsumable); if(SUCCEEDED(rc)) { ... piConsumable->Release(); piConsumable = NULL; }


Method Index


o GetConsumable(CATBoolean*)
Is the annotation consumable.
o SetConsumable(CATBoolean)
Set the annotation as consumable.

Methods


o GetConsumable
public virtual HRESULT GetConsumable(CATBoolean* obConsumable) const = 0
Is the annotation consumable.
Parameters:
obConsumable
TRUE if the annotation is consumable. FALSE if the annotation is non-consumable.
o SetConsumable
public virtual HRESULT SetConsumable(CATBoolean ibConsumable) = 0
Set the annotation as consumable.
Parameters:
ibConsumable
TRUE if the annotation must be consumable. FALSE if the annotation must be non-consumable.

This object is included in the file: CATITPSConsumable.h

Copyright © 2003, Dassault Systèmes. All rights reserved.