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





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1