All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown | +---System.IDispatch | +---System.CATBaseUnknown | +---CATIIniLayer
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIIniLayer
Interface to a layer.
Role:
This interface gives a read access to a layer.
This interface is implemented on all the layers. The CATIIniDocumentLayersDefinition interface returns pointers to CATIIniLayer and you can use CATIIniLayer methods to retrieve the name or the comment of the corresponding layer.
public virtual HRESULT GetName( | CATUnicodeString& | oLayerName) = 0 |
public virtual HRESULT GetNumber( | int& | oLayerNumber) = 0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.