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


IFrameXform.PerspectivePolarity Property (ArcObjects .NET 10.5 SDK)
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