| FDO API Reference | Feature Data Objects |
#include <IRing.h>
Inherits FdoIRingAbstract.
Inheritance diagram for FdoIRing:

Definition at line 34 of file IRing.h.
Public Member Functions | |
| virtual FDO_GEOM_API FdoInt32 | GetCount () const=0 |
| Gets the number of curve segments in this ring. | |
| virtual FDO_GEOM_API FdoCurveSegmentCollection * | GetCurveSegments () const=0 |
| Gets all the curve segments. | |
| virtual FDO_GEOM_API FdoICurveSegmentAbstract * | GetItem (FdoInt32 index) const =0 |
| Gets the curve segment at the given zero-based index. | |
Protected Member Functions | |
| FDO_GEOM_API | FdoIRing () |
| Constructs a default instance. | |
| virtual FDO_GEOM_API | ~FdoIRing () |
| Default destructor. | |
| Comments or suggestions? Send us feedback. |