FDO .NET API Reference Feature Data Objects
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

mgICurvePolygon.h File Reference

Include dependency graph for mgICurvePolygon.h:

This graph shows which files directly or indirectly include this file:


Namespaces

namespace  OSGeo
namespace  OSGeo::FDO
namespace  OSGeo::FDO::Geometry

Classes

class  OSGeo::FDO::Geometry::CurvePolygonCollection
 The CurvePolygonCollection class is a collection of CurvePolygon objects. More...
class  OSGeo::FDO::Geometry::CurvePolygonCollection::Enumerator
 A Nested class defined to provide enumeration of Dictionary elements.

Functions

__property OSGeo::FDO::Geometry::IRingget_InteriorRing (System::Int32 index)
 Gets the interior ring at the specified (zero-based) index.
__property System::Int32 get_InteriorRingCount ()
 Gets the number of interior rings.

Function Documentation

__property OSGeo ::FDO ::Geometry ::IRing* get_InteriorRing System::Int32  index  ) 
 

Gets the interior ring at the specified (zero-based) index.

Parameters:
index Input Zero-based index in the object's list of interior rings.
Returns:
Returns the interior ring

__property System::Int32 get_InteriorRingCount  ) 
 

Gets the number of interior rings.

Returns:
Returns the number of interior rings

Comments or suggestions? Send us feedback.