MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
virtual INT32 MgGeometryComponent::GetComponentType ( ) [pure virtual]

Gets the type of this geometry component.

.NET Syntax
virtual int GetComponentType();
Java Syntax
virtual int GetComponentType();
PHP Syntax
virtual int GetComponentType();
Returns:
Returns one of the values defined in MgGeometryComponentType.

Implemented in MgArcSegment, MgLinearSegment, MgLinearRing, and MgCurveRing.