All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ENOCESInterfaces Interface ENOVICESViewAttribute

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

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


interface ENOVICESViewAttribute

Interface representing CES View Attribute.

Role:* ENOVICESViewAttribute gives information which can be used to retreive the Search Attribute. This is especially used to get access of various information about search attribute.This is an output parameter for the method call GetCESViewAttributeList in ENOVIPartSelection

Example:
CATListValENOVICESViewAttribute_var oViewAttr; CATUnicodeString iSearchView; CATUnicodeString iCategoryName; if(partselection!=NULL)// partselection is an interface pointer to ENOVIPartSelection { HRESULT myhr=partselection->GetCESViewAttributeList(oViewAttr,iSearchView,iCategoryName);//oViewAttr is populated and returned }
See also:
ENOVIPartSelection


Method Index


o GetDBName()
Retrieve the DBName for the search attribute.
o GetDataType()
Retrieve the DataType for the search attribute.
o GetDisplayLabel()
Retrieve the DisplayLabel for the search attribute.
o GetUniqueID()
Retrieve the UniqueID for the search attribute.

Methods


o GetDBName
public virtual CATUnicodeString GetDBName()=0
Retrieve the DBName for the search attribute.
Returns:
An CATUnicodeString having the DBName for the search attribute.
o GetDataType
public virtual CATUnicodeString GetDataType()=0
Retrieve the DataType for the search attribute.
Returns:
An CATUnicodeString having the DataType for the search attribute.It is Logical DataType.
o GetDisplayLabel
public virtual CATUnicodeString GetDisplayLabel()=0
Retrieve the DisplayLabel for the search attribute.
Returns:
An CATUnicodeString having the DisplayLabel for the search attribute.
o GetUniqueID
public virtual CATUnicodeString GetUniqueID()=0
Retrieve the UniqueID for the search attribute.
Returns:
An CATUnicodeString having the UniqueID for the search attribute.

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

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