ArcObjects Library Reference (Output)  

ISpotPlate.ScreenAngle Property

The Screen Angle for the Separation.

[Visual Basic .NET]
Public Property ScreenAngle As Double
[C#]
public double ScreenAngle {get; set;}
[C++]
HRESULT get_ScreenAngle(
  double* angle
);
[C++]
HRESULT put_ScreenAngle(
  double angle
);
[C++]

Parameters

angle [out, retval]   angle is a parameter of type double angle [in]   angle is a parameter of type double

Product Availability

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

See Also

ISpotPlate Interface