Graphic Element to display table.
Product Availability
Available with ArcGIS Desktop.
Supported Platforms
Windows
Interfaces
Interfaces | Description |
---|---|
IBoundsProperties (esriCarto) | Provides access to members that control Bounds Properties. |
IClone (esriSystem) | Provides access to members that control cloning of objects. |
IEditEvents (esriEditor) | Provides access to editor events. Implement it to listen for specific events that occur during an edit session. |
IEditEvents2 (esriEditor) | Provides access to more editor events. Implement it to listen for specific events that occur during an edit session. |
IElement (esriCarto) | Provides access to members that control the Element. |
IElementProperties (esriCarto) | Provides access to members that control the Element Properties. |
IElementProperties2 (esriCarto) | Provides access to members that control More Element Properties. |
IElementProperties3 (esriCarto) | Provides access to members that control More Element Properties. |
IFrameDraw (esriCarto) | Provides access to members that control frame drawing. |
IFrameElement (esriCarto) | Provides access to members that control the Frame element object. |
IFrameProperties (esriCarto) | Provides access to members that control the General properties for a frame. |
IPersistStream (esriSystem) | |
IPropertySupport (esriSystem) | Provides access to members that set a default property on an object. |
ITableFrame (esriArcMapUI) | Provides access to members that control table frames. |
ITransform2D (esriGeometry) | Provides access to methods for transforming geometries using either specific parameters or arbitrary transformation objects (affine transformations, geographic transformations, etc.). |
Remarks
TableFrame is the frame element for displaying tables on a graphic container.
Geometry: TableFrame accepts geometry of any type, but uses the envlope of the input geometry as the geometry for the frame. Therefore, an Envelope is typically passed in as the geometry.