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


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

IRasterTypeProperties.SupportsOrthorectification Property

Indicates whether the raster type supports orthorectification.

[Visual Basic .NET]
Public Property SupportsOrthorectification As Boolean
[C#]
public bool SupportsOrthorectification {get; set;}
[C++]
HRESULT get_SupportsOrthorectification(
  VARIANT_BOOL pbSupportsOrthorectification
);
[C++]
HRESULT put_SupportsOrthorectification(
  Boolean* pbSupportsOrthorectification
);
[C++]
Parameters
pbSupportsOrthorectification [in]

pbSupportsOrthorectification is a parameter of type bool pbSupportsOrthorectification [out, retval]
pbSupportsOrthorectification is a parameter of type bool*

Product Availability

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

See Also

IRasterTypeProperties Interface