All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATPlantShipInterfaces Interface CATIPspDomainEnvironment

System.IUnknown
  |
  +---CATIPspDomainEnvironment
 

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


interface CATIPspDomainEnvironment

Interface to manage Plant Ship Application Feature Catalogs.
Role: This is the controler for Plant Ship Application Catalogs.


Method Index


o Get3DApplication(CATString&)
Retrieve the 3D application name associated to this domain.
o GetFeatFile(CATUnicodeString&)
Get the domain feat file name.
o GetUserFeatFile(CATUnicodeString&)
Get the domain user defined feat file name.

Methods


o Get3DApplication
public virtual HRESULT Get3DApplication(CATString& oApplName)= 0
Retrieve the 3D application name associated to this domain.
Returns:
oApplName An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed
o GetFeatFile
public virtual HRESULT GetFeatFile(CATUnicodeString& oFeatFile)= 0
Get the domain feat file name.
Parameters:
oFeatFile
Domain feat file name.
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed
o GetUserFeatFile
public virtual HRESULT GetUserFeatFile(CATUnicodeString& oUserFeatFile)= 0
Get the domain user defined feat file name.
Parameters:
oUserFeatFile
User feat file name.
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed

This object is included in the file: CATIPspDomainEnvironment.h

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