Bounds of the field location of the raster catalog.
[Visual Basic .NET] Public Sub FieldBoundsLocation ( _ ByRef pLocXmin As Integer, _ ByRef pLocYmin As Integer, _ ByRef pLocXmax As Integer, _ ByRef pLocYMax As Integer _ )
[C#] public void FieldBoundsLocation ( ref int pLocXmin, ref int pLocYmin, ref int pLocXmax, ref int pLocYMax );
[C++]
HRESULT get_FieldBoundsLocation(
long* pLocXmin,
long* pLocYmin,
long* pLocXmax,
long* pLocYMax
);
[C++]Parameters
pLocXmin [out] pLocXmin is a parameter of type long pLocYmin [out] pLocYmin is a parameter of type long pLocXmax [out] pLocXmax is a parameter of type long pLocYMax [out] pLocYMax is a parameter of type long
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.