This document is archived and information here might be outdated.  Recommended version.


ICoverage2.RefreshSpatialProperties Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IC > ICoverage2 Interface > ICoverage2.RefreshSpatialProperties Method
ArcGIS Developer Help

ICoverage2.RefreshSpatialProperties Method

Refreshes the Extent and Spatial Reference properties.

[Visual Basic .NET]
Public Sub RefreshSpatialProperties ( _
)
[C#]
public void RefreshSpatialProperties (
);
[C++]
HRESULT RefreshSpatialProperties(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ICoverage2 Interface