HasGeometry
TheHasGeometrymethod returns a Boolean value that specifies whether the geometric representation of this shape can be described by a polygon.
ODBoolean HasGeometry ();
- return value
kODTrueif this shape's geometric representation can be described by a polygon, otherwisekODFalse.DISCUSSION
Your part can use this method, before calling theCopyPolygonmethod, to verify that a shape's geometric representation can be described by a polygon.SEE ALSO
TheODShape::CopyPolygonmethod (page 635).
TheODShape::SetGeometryModemethod (page 648).
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help