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

mgICurveString.h File Reference

Include dependency graph for mgICurveString.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::CurveStringCollection
 The CurveStringCollection class is a collection of CurvePolygon objects. More...
class  OSGeo::FDO::Geometry::CurveStringCollection::Enumerator
 A Nested class defined to provide enumeration of Dictionary elements.

Functions

__property OSGeo::FDO::Geometry::CurveSegmentCollectionget_CurveSegments ()
 Gets all the curve segments.
__property OSGeo::FDO::Geometry::ICurveSegmentAbstractget_Item (System::Int32 index)
 Gets the curve segment at the given zero-based index.

Function Documentation

__property OSGeo ::FDO ::Geometry ::CurveSegmentCollection* get_CurveSegments  ) 
 

Gets all the curve segments.

Returns:
Returns a collection of all the curve segments

__property OSGeo ::FDO ::Geometry ::ICurveSegmentAbstract* get_Item System::Int32  index  ) 
 

Gets the curve segment at the given zero-based index.

Parameters:
index Input Zero-based index in the object's list of curve segments.
Returns:
Returns the requested curve segment

Comments or suggestions? Send us feedback.