| FDO API Reference | Feature Data Objects |
#include <ICurvePolygon.h>
Inherits FdoISurfaceAbstract.
Inheritance diagram for FdoICurvePolygon:

Definition at line 36 of file ICurvePolygon.h.
Public Member Functions | |
| virtual FDO_GEOM_API FdoIRing * | GetExteriorRing () const=0 |
| Gets the ring defining the outer boundary. | |
| virtual FDO_GEOM_API FdoIRing * | GetInteriorRing (FdoInt32 index) const =0 |
| Gets the interior ring at the specified (zero-based) index. | |
| virtual FDO_GEOM_API FdoInt32 | GetInteriorRingCount () const=0 |
| Gets the number of interior rings. | |
Protected Member Functions | |
| FDO_GEOM_API | FdoICurvePolygon () |
| Constructs a default instance. | |
| virtual FDO_GEOM_API | ~FdoICurvePolygon () |
| Default destructor. | |
| Comments or suggestions? Send us feedback. |