All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ObjectModelerBase Interface CATIUserId

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---CATIUserId
 

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


interface CATIUserId

Interface to access a container user identifier.

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


Method Index


o GetUserId()
Returns a user identifier of a container.
o SetUserId(CATUnicodeString&)
Sets a user identifier to an applicative container.

Methods


o GetUserId
public virtual CATUnicodeString GetUserId()= 0
Returns a user identifier of a container.
Returns:
The identifier of the container.
o SetUserId
public virtual void SetUserId( const CATUnicodeString& iId)= 0
Sets a user identifier to an applicative container.
Note: This method should not be called on an applicative container for which the caller is not responsible (ie an applicative container that the caller has created using the CATCreateApplicativeContainer global function) By calling this method on an applicative container that doesn't belong to him, the caller can corrupt the corresponding V5 document.
Parameters:
iId
The identifier to associate with the container.

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

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