ArcObjects Library Reference (DataSourcesRaster)  

IFrameXform.PerspectivePolarity Property

The sensor polarity.

[Visual Basic .NET]
Public Property PerspectivePolarity As Integer
[C#]
public int PerspectivePolarity {get; set;}
[C++]
HRESULT get_PerspectivePolarity(
  long* polarity
);
[C++]
HRESULT put_PerspectivePolarity(
  long polarity
);
[C++]

Parameters

polarity [out, retval]   polarity is a parameter of type long polarity [in]   polarity is a parameter of type long

Product Availability

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

See Also

IFrameXform Interface