All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATPlantShipInterfaces Interface CATIPspObject

System.IUnknown
  |
  +---CATIPspObject
 

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


interface CATIPspObject

Interface to access Plant Ship object information.
Role: To access Plant Ship object information.


Method Index


o GetApplicationName(CATString&)
Gets the associated application name.
o GetDomainName(CATString&)
Gets the associated domain name.

Methods


o GetApplicationName
public virtual HRESULT GetApplicationName(CATString& ioApplName)=0
Gets the associated application name.
Parameters:
ioApplName
The application name.
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed
o GetDomainName
public virtual HRESULT GetDomainName(CATString& ioApplName)=0
Gets the associated domain name.
Parameters:
oDomainName
The domain name.
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed

This object is included in the file: CATIPspObject.h

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