Provides access to members that control the ArcView (3.x) object converter.
Product Availability
Available with ArcGIS Desktop.
Members
Description | ||
---|---|---|
ConnectToView | Returns the map associated with an AV view object. | |
ConvertBounds | Converts an AV rectangle (or MapDpy) object to an envelope. | |
ConvertColor | Converts an AV color object. | |
ConvertElement | Converts an AV graphic object into an element. All elements except MapSurrounds are converted when 'pass' is 0. Only MapSurrounds are converted when 'pass' is 1. | |
ConvertFont | Converts an AV font object. | |
ConvertGeometry | Converts an AV shape object to a geometry object. | |
ConvertLegend | Returns a Renderer from an ArcView legend object. | |
ConvertProjection | Converts an AV projection object to a spatial reference object. | |
ConvertSymbol | Returns a symbol from an ArcView symbol object. | |
ImportLayout | Imports a layout from an APR file. | |
ImportView | Imports a view from an APR file. | |
Map | The converted map at the given index. | |
MapCount | The number of maps converted. | |
NextObject | Returns the next object in the project. | |
QueryFeatureClass | Returns a feature class with the same properties as the input feature theme object. | |
QueryObjectByID | Returns the object specified by the given object id. | |
QueryObjectProperty | Returns the named property object associated with the given object. | |
ReadObjects | Reads an ArcView 3.x ODL file. | |
Reset | Resets the enumerator. | |
SetFeatureSymbology | Sets the layer symbology for a given feature layer, based on a feature theme's legend. |
CoClasses that implement IAVObjectConverter
CoClasses and Classes | Description |
---|---|
AVObjectConverter | An ArcView (3.x) object converter. |