All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown | +---System.IDispatch | +---System.CATBaseUnknown | +---CATIVPMBOAttribute
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIVPMBOAttribute
This interface allows to control the value of an attribute.
Role : This interface allows to control the value of an attribute.
To get the correct results, you need to ensure a correct mask is set before these method calls.
Both the methods are applied on the current mask.
To change or set the current mask please use ENOVUserExitServices::setMask(const CATUnicodeString & iMaskToSet)
method prior to this method call. For example : ENOVUserExitServices::setMask("read").
public virtual HRESULT GetAttributeValue( | const CATUnicodeString& | AttributeName, |
CORBAAny& | Value)= 0 |
public virtual HRESULT SetAttributeValue( | const CATUnicodeString& | AttributeName, |
const CORBAAny& | Value)= 0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.