FDO API Reference Feature Data Objects
Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

FdoIMultiCurvePolygon Class Reference

#include <IMultiCurvePolygon.h>

Inherits FdoIGeometricAggregateAbstract.

Inheritance diagram for FdoIMultiCurvePolygon:

[legend]
List of all members.

Detailed Description

The FdoIMultiCurvePolygon class is a multi-CurvePolygon aggregate Geometry type.

Definition at line 32 of file IMultiCurvePolygon.h.


Public Member Functions

virtual FDO_GEOM_API FdoICurvePolygonGetItem (FdoInt32 index) const =0
 Gets a CurvePolygon at the given zero-based index.

Protected Member Functions

FDO_GEOM_API FdoIMultiCurvePolygon ()
 Constructs a default instance.
virtual FDO_GEOM_API ~FdoIMultiCurvePolygon ()
 Default destructor.

Constructor & Destructor Documentation

FDO_GEOM_API FdoIMultiCurvePolygon::FdoIMultiCurvePolygon  )  [inline, protected]
 

Constructs a default instance.

Returns:
Returns nothing

Definition at line 56 of file IMultiCurvePolygon.h.

References FDO_GEOM_API.

virtual FDO_GEOM_API FdoIMultiCurvePolygon::~FdoIMultiCurvePolygon  )  [inline, protected, virtual]
 

Default destructor.

Returns:
Returns nothing

Definition at line 64 of file IMultiCurvePolygon.h.

References FDO_GEOM_API.


Member Function Documentation

virtual FDO_GEOM_API FdoICurvePolygon* FdoIMultiCurvePolygon::GetItem FdoInt32  index  )  const [pure virtual]
 

Gets a CurvePolygon at the given zero-based index.

Parameters:
index Input Zero-based index in the object's list of polygons.
Returns:
Returns a CurvePolygon

The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.