CATTPSUseItf Interface 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 GetConsumable( | | obConsumable) |
-
Is the annotation consumable.
- Parameters:
-
- obConsumable
- TRUE if the annotation is consumable.
FALSE if the annotation is non-consumable.
o SetConsumable
public virtual SetConsumable( | | ibConsumable) |
-
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 © 1999-2014, Dassault Systèmes. All rights reserved.