This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterCatalogTable Interface > IRasterCatalogTable.FieldBoundsLocation Property (ArcObjects .NET 10.4 SDK) |
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