ArcObjects Library Reference (DataSourcesRaster)  

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(
  VARIANT_BOOL pbSupportsOrthorectification
);
[C++]

Parameters

pbSupportsOrthorectification [out, retval]   pbSupportsOrthorectification is a parameter of type VARIANT_BOOL pbSupportsOrthorectification [in]   pbSupportsOrthorectification is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IItemURIFilter Interface