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

FdoCurveSegmentCollection Class Reference

#include <ICurveSegmentAbstract.h>

Inherits FdoCollection< FdoICurveSegmentAbstract, FdoException >.

Inheritance diagram for FdoCurveSegmentCollection:

[legend]
List of all members.

Detailed Description

The FdoCurveSegmentCollection class is a collection of CurveSegment objects.

Definition at line 122 of file ICurveSegmentAbstract.h.


Static Public Member Functions

FdoCurveSegmentCollectionCreate ()
 Creates an instance of FdoCurveSegmentCollection with no contained elements.

Protected Member Functions

void Dispose ()
 Dispose this object.

Member Function Documentation

FdoCurveSegmentCollection* FdoCurveSegmentCollection::Create void   )  [inline, static]
 

Creates an instance of FdoCurveSegmentCollection with no contained elements.

Returns:
Returns an empty collection

Definition at line 131 of file ICurveSegmentAbstract.h.

References FdoException::Create(), FDO_1_BADALLOC, and FDO_NLSID.

Here is the call graph for this function:

void FdoCurveSegmentCollection::Dispose  )  [inline, protected, virtual]
 

Dispose this object.

Returns:
Returns nothing

Implements FdoIDisposable.

Definition at line 141 of file ICurveSegmentAbstract.h.


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