SetGeometryMode
The SetGeometryMode method sets the geometry mode of this shape.
void SetGeometryMode (in ODGeometryMode mode);
mode
- The geometry mode for this shape. The value of
mode must be one of the following: kODPreserveGeometry, kODLoseGeometry, or kODNeedsGeometry.
DISCUSSION
The geometry mode of a shape object specifies whether the shape is required to maintain its geometric (polygonal) representation.
EXCEPTIONS
kODErrNoShapeGeometry
- The specified geometry mode is
kODNeedsGeometry, but this shape has no geometry.
SEE ALSO
The ODGeometryMode type (page 887).
The ODShape::GetGeometryMode method (page 637).