FAQ:  Is it possible to set the extent of a feature class programmatically using ArcObjects?

相关信息
Article ID: 45439
Software:
ArcGIS for Desktop Advanced 10.2, 10.1, 10.2.1, 10.3, 10.3.1, 10.2.2
ArcGIS for Desktop Basic 10.2, 10.2.1, 10.3, 10.3.1, 10.2.2, 10.1
ArcGIS for Desktop Standard 10.2.1, 10.1, 10.2, 10.3.1, 10.2.2, 10.3
ArcObjects SDK for Java Windows 10.0, 10.1, 10.2, 10.3.1, 10.2.1, 10.2.2
ArcObjects SDK for the Microsoft .NET Framework 10.0, 10.1, 10.2, 10.2.2, 10.3, 10.2.1
Platforms: N/A

问题描述
Is it possible to set the extent of a feature class programmatically using ArcObjects?
已邀请:

EsriSupport

赞同来自:

解决方案
No, it is not possible to set the extent of a feature class programmatically using ArcObjects because there are no methods designed to set the extent of a feature class. The only method returned from the Extent property is the UpdateExtent method, which is provided in the IFeatureClassManage interface. The UpdateExtent method recalculates the actual extent of the feature class but does not allow users to set the extent of the feature class other than the actual extent.

其它相关参考
  1. ArcObjects API Reference for .NET: IFeatureClassManage Interface
  2. ArcObjects API Reference for .NET: IFeatureClassManage.UpdateExtent Method


创建及修改时间
Created: 9/3/2015 Last Modified: 11/30/2015
原文链接
http://support.esri.com/en/kno ... 45439

要回复问题请先登录注册