CATMecModExtendItf Interface CATIMmiAutoServices

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATIMmiAutoServices

Interface which gives acces to services about automation.

Role: Interface which gives acces to a list of services about automation.

CATIMmiAutoServices* autoServices = NULL;
 
if (S_OK==CATMmiExtendServicesFactory::CreateAutoServicesAccess(autoServices))
{
...
autoServices->Release(); autoServices = NULL;
}


Method Index


o GetReferenceFeature(CATIAReference*,CATBaseUnknown_var&)
Generates or retrieves a feature from a reference.

Methods


o GetReferenceFeature
public virtual GetReferenceFeature( iReference,
oFeature)
Generates or retrieves a feature from a reference.
Parameters:
iReference
The input reference
oFeature
The output feature

This object is included in the file: CATIMmiAutoServices.h
If needed, your Imakefile.mk should include the module: CATMecModExtendItf

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.