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


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

IItemURIFilter.SupportsOrthorectification Property

Indicates whether the item URI filter supports ortho-rectification.

[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

IItemURIFilter Interface