All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

VPMInterfaces Interface ENOVINamedObject

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

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


interface ENOVINamedObject

Interface to get the Name of the Object.


Method Index


o get_LongName(CATUnicodeString&)
Retrieves the Long Name.
o get_Name(CATUnicodeString&)
Retrieves the Name.

Methods


o get_LongName
public virtual HRESULT get_LongName(CATUnicodeString& oName)=0
Retrieves the Long Name.
Parameters:
oName
The Name.
o get_Name
public virtual HRESULT get_Name(CATUnicodeString& oName)=0
Retrieves the Name.
Parameters:
oName
The Name.

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

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