This document is archived and information here might be outdated. Recommended version. |
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(
System.Int32* pLocXmin,
System.Int32* pLocYmin,
System.Int32* pLocXmax,
System.Int32* 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*