AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

MgGeometryComponent Class Reference
[MgGeometryComponent]

Inherits MgGeometricEntity.

Inherited by MgCurveSegment, and MgRing.

List of all members.


Detailed Description

MgGeometryComponent is the base class for all of the geometry component types, namely, MgArcSegment, MgCurveRing, MgLinearRing, and MgLinearSegment.

Remarks:
Geometry components are used to build MgGeometry objects. Geometry components are constructed by calls to non-static methods on an MgGeometryFactory object and are immutable once constructed.

Public Member Functions

virtual INT32 GetComponentType ()=0
 Gets the type of this geometry component.