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

OSGeo::FDO::Geometry::ICircularArcSegmentImp Class Reference

Inherits OSGeo::FDO::Geometry::OSGeo::FDO::Geometry::ICircularArcSegment, and OSGeo::FDO::Geometry::IArcSegmentAbstractImp.

Inheritance diagram for OSGeo::FDO::Geometry::ICircularArcSegmentImp:

[legend]
List of all members.

Detailed Description

The ICircularArcSegment class is a circular arc curve segment.


Public Member Functions

 ICircularArcSegmentImp (System::IntPtr unmanaged, System::Boolean autoDelete)
 Constructs an ICircularArcSegmentImp managed object based on an unmanaged instance of the object.

Constructor & Destructor Documentation

OSGeo::FDO::Geometry::ICircularArcSegmentImp::ICircularArcSegmentImp System::IntPtr  unmanaged,
System::Boolean  autoDelete
 

Constructs an ICircularArcSegmentImp managed object based on an unmanaged instance of the object.

Parameters:
unmanaged Input A Pointer to the unmanaged object.
autoDelete Input Indicates if the constructed object should be automatically deleted once it no longer referenced.

Comments or suggestions? Send us feedback.