This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterXform Interface > IRasterXform.FullExtent Property (ArcObjects .NET 10.5 SDK) |
The full output extent within which this xform is applied.
[Visual Basic .NET] Public Property FullExtent As IEnvelope
[C#] public IEnvelope FullExtent {get; set;}
[C++]
HRESULT get_FullExtent(
IEnvelope** ppFullExtent
);
[C++]
HRESULT put_FullExtent(
IEnvelope* ppFullExtent
);
[C++]
Parameters ppFullExtent [out, retval]
ppFullExtent is a parameter of type IEnvelope ppFullExtent [in]
ppFullExtent is a parameter of type IEnvelope