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





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1