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






Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FieldOfViewHorizontal() As Double
[C#]
public double FieldOfViewHorizontal {get; set;}
[Managed C++]
public: __property double get_FieldOfViewHorizontal();
public: __property void set_FieldOfViewHorizontal(
   double
);
[Unmanaged C++]
public: HRESULT get_FieldOfViewHorizontal(
   double * pRetVal
);
public: HRESULT put_FieldOfViewHorizontal(
   double NewFieldOfViewHorizontal
);
[Java]
public double getFieldOfViewHorizontal();public void setFieldOfViewHorizontal(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.