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


ICoordinateXform3.NoNodataExtent Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > ICoordinateXform3 Interface > ICoordinateXform3.NoNodataExtent Property
ArcGIS Developer Help

ICoordinateXform3.NoNodataExtent Property

.

[Visual Basic .NET]
Public Property NoNodataExtent As IEnvelope
[C#]
public IEnvelope NoNodataExtent {get; set;}
[C++]
HRESULT get_NoNodataExtent(
  IEnvelope* ppExtent
);
[C++]
HRESULT put_NoNodataExtent(
  IEnvelope** ppExtent
);
[C++]
Parameters
ppExtent [in]

ppExtent is a parameter of type IEnvelope* ppExtent [out, retval]
ppExtent is a parameter of type IEnvelope**

Product Availability

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

See Also

ICoordinateXform3 Interface