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


IRasterTypeProperties.SupportsOrthorectification Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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(
  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

IRasterTypeProperties Interface