AGI STK Graphics 11Send comments on this topic.
FieldOfViewVertical Property (IAgStkGraphicsProjection)
See Also 
Windows






Windows & Linux

Description

Gets or sets the vertical field of view associated with the Projection.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FieldOfViewVertical() As Double
[C#]
public double FieldOfViewVertical {get; set;}
[Managed C++]
public: __property double get_FieldOfViewVertical();
public: __property void set_FieldOfViewVertical(
   double
);
[Unmanaged C++]
public: HRESULT get_FieldOfViewVertical(
   double * pRetVal
);
public: HRESULT put_FieldOfViewVertical(
   double NewFieldOfViewVertical
);
[Java]
public double getFieldOfViewVertical();public void setFieldOfViewVertical(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.