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


ISpotPlate.ScreenAngle Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IS > ISpotPlate Interface > ISpotPlate.ScreenAngle Property
ArcGIS Developer Help

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(
  System.Double* angle
);
[C++]
Parameters
angle [in]

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

Product Availability

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

See Also

ISpotPlate Interface