ArcObjects Library Reference (Carto)  

IBoundsProperties Interface

Provides access to members that control Bounds Properties.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Read/write property FixedAspectRatio Indicates if the bounds has a fixed aspect ratio.
Read-only property FixedSize Indicates if size is determined by some other property like the symbol.

CoClasses that implement IBoundsProperties

CoClasses and Classes Description
AlternatingScaleBar A map surround for displaying a single alternating scale bar.
BmpPictureElement The Graphic Element to display BMP Pictures.
CircleElement The Graphic Element to display Circles.
DataGraphTElement (esriCartoUI) A container for the display and manipulation of data graph graphic element on the ArcMap layout view.
DisplacementLinkElement (esriEditorExt) The Graphic Element to display adjustment links.
DoubleAlternatingScaleBar A map surround for displaying a double alternating scale bar.
EllipseElement The Graphic Element to display Ellipses.
EmfPictureElement The Graphic Element to display Emf Pictures.
FrameElement The Frame element to provide a neatline or background.
GeoEllipseElement (esriDefenseSolutions) The graphic element to display GeoEllipses.
GeoPolygonElement (esriDefenseSolutions) The graphic element for displaying GeoPolygons.
GeoPolylineElement (esriDefenseSolutions) The graphic element for displaying GeoPolylines.
GifPictureElement Graphic Element to display GIF Pictures.
GroupElement The Group Graphic Element to display a group of graphic elements.
HollowScaleBar A map surround for displaying a hollow scale bar.
IdentityLinkElement (esriEditorExt) The Graphic Element to display identity links.
ImageInset A map surround for displaying an inset.
InkGraphic Ink Graphic Object.
Jp2PictureElement Graphic Element to display JPEG2000 Pictures.
JpgPictureElement Graphic Element to display JPG Pictures.
Legend A map surround for displaying a legend.
LineElement The Graphic Element to display lines.
MapFrame A graphic element for displaying maps.
MapInset A map surround for displaying an inset.
MapSurroundFrame A graphic element for displaying map surrounds.
MapTitle A map surround for displaying a map title.
MarkerElement The Graphic Element to display markers.
MarkerNorthArrow A map surround for displaying a marker north arrow.
MultiPatchElement The MultiPatch Graphics Element CoClass.
OleFrame (esriArcMapUI) The OLE frame.
Overview A map surround for displaying an overview.
ParagraphTextElement The Graphic Element to display text which flows into an area geometry.
PictureElement Picture Graphic Element.
PMFTitleTextElement The Graphic Element to display dynamic PMF titles.
PngPictureElement Graphic Element to display PNG Pictures.
PolygonElement The Graphic Element to display polygons.
RectangleElement The Graphic Element to display rectangles.
Scalebar Obsolete scale bar coclass. Exists to preserve document format.
ScaleLine A map surround for displaying a scale line.
ScaleText A map surround for displaying a scale text.
SingleDivisionScaleBar A map surround for displaying a single division scale bar.
SteppedScaleLine A map surround for displaying a stepped scale line.
TableFrame (esriEditorExt) Graphic Element to display table.
Text3DElement The Text3D Graphics Element CoClass.
TextElement The Graphic Element to display text.
TifPictureElement Graphic Element to display TIF Pictures.

Remarks

This interface is available on elements and map surrounds.

Use this interface to get or set the FixedAspectRatio properties wich defines if the horizontal and vertical proportion of an element or map surround are constrained. This is equivalent to setting the Preserve aspect ratio property in the Size and Position tab in the Properties of elements and mapsurrounds. This property cannot be set for elements of which the size is defined by the symbol such as markers or texts which can be identified by checking that their FixedSize property returns true.