public void CalculateExtent( FeatureClass featureClass )
Public Sub CalculateExtent( _ ByVal featureClass As FeatureClass _ )
Parameters
- featureClass
- The extent of the feature class that needs to be calculated.
public void CalculateExtent( FeatureClass featureClass )
Public Sub CalculateExtent( _ ByVal featureClass As FeatureClass _ )
Exception | Description |
---|---|
System.ArgumentNullException | featureClass is null. |
System.InvalidOperationException | featureClass was not originally opened from a Database data store. For example, it was opened from
a file or enterprise geodatabase data store instead. |
ArcGIS.Core.Data.Exceptions.GeodatabaseException | A database-related exception has occurred. |
Target Platforms: Windows 11, Windows 10