HasGeometry
The HasGeometry method returns a Boolean value that specifies whether the geometric representation of this shape can be described by a polygon.
ODBoolean HasGeometry ();
- return value
-
kODTrue if this shape's geometric representation can be described by a polygon, otherwise kODFalse.
DISCUSSION
Your part can use this method, before calling the CopyPolygon method, to verify that a shape's geometric representation can be described by a polygon.
SEE ALSO
The ODShape::CopyPolygon method (page 635).
The ODShape::SetGeometryMode method (page 648).