| FDO API Reference | Feature Data Objects |
#include <ICurveAbstract.h>
Inherits FdoIGeometry.
Inherited by FdoICurveString, and FdoILineString.
Inheritance diagram for FdoICurveAbstract:
Definition at line 32 of file ICurveAbstract.h.
Public Member Functions | |
| virtual FDO_GEOM_API FdoIDirectPosition * | GetEndPosition () const =0 |
| Gets the ending position of this Curve. | |
| virtual FDO_GEOM_API bool | GetIsClosed () const =0 |
| Gets the closure state for the curve. | |
| virtual FDO_GEOM_API FdoIDirectPosition * | GetStartPosition () const =0 |
| Gets the starting position of this Curve. | |
|
|
Gets the ending position of this Curve.
|
|
|
Gets the closure state for the curve.
|
|
|
Gets the starting position of this Curve.
|
| Comments or suggestions? Send us feedback. |