All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown | +---System.IDispatch | +---System.CATBaseUnknown | +---CATIMaterialFeature
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIMaterialFeature
Interface to manage material objects.
Role:The material object is a feature containing applicative data.
An applicative data is an applicative feature containing a set of parameters
specific to an application.
public virtual void AddApplicativeSpec( | const CATUnicodeString& | iIdentifier, |
const CATISpecObject_var& | iDdata) = 0 |
public virtual CATISpecObject* GetApplicativeSpec( | const CATUnicodeString& | iIdentifier) const = 0 |
public virtual CATUnicodeString GetLabel( | )const = 0 |
public virtual void RemoveApplicativeSpec( | const CATUnicodeString& | iIdentifier) = 0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.