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


IRasterXform.FullExtent Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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