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


IRasterXform.FullExtent Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterXform Interface > IRasterXform.FullExtent Property
ArcGIS Developer Help

IRasterXform.FullExtent Property

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*

Product Availability

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

See Also

IRasterXform Interface