All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATArrangementInterfaces Interface CATIRouRectSection

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---CATArrangementInterfaces.CATIRouSection
        |
        +---CATIRouRectSection
 

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


interface CATIRouRectSection

Interface on a RouRectSection.
Role: To get/set the corresponding Height/Width data.


Method Index


o GetHeight(double&)
GetHeight.
o GetInsideHeight(double&)
GetInsideHeight.
o GetInsideWidth(double&)
GetInsideWidth.
o GetWidth(double&)
GetWidth.

Methods


o GetHeight
public virtual HRESULT GetHeight(double& oHeight) = 0
GetHeight.
Returns:
double.
o GetInsideHeight
public virtual HRESULT GetInsideHeight(double& oHeight) = 0
GetInsideHeight.
Returns:
double.
o GetInsideWidth
public virtual HRESULT GetInsideWidth(double& oWidth) = 0
GetInsideWidth.
Returns:
double.
o GetWidth
public virtual HRESULT GetWidth(double& oWidth) = 0
GetWidth.
Returns:
double.

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

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