Arcobjects Sdk 108 Download Full File
using ESRI.ArcGIS.Geometry; using ESRI.ArcGIS.Carto; public void ZoomToFeature(IActiveView activeView, IFeature feature)
| Component | Default Location | |------------|------------------| | Help (CHM) | C:\Program Files (x86)\ArcGIS\DeveloperKit10.8\Help | | Code Samples | C:\Program Files (x86)\ArcGIS\DeveloperKit10.8\Samples | | ArcMap Add-In Wizard | Visual Studio menu: File > New > Project > ArcGIS Extensions | arcobjects sdk 108 download full
IEnvelope envelope = feature.Shape.Envelope; activeView.Extent = envelope; activeView.Refresh(); using ESRI