STK Graphics PrimitivesSend 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 FieldOfViewVertical
);
[Java]
public double getFieldOfViewVertical();
public void setFieldOfViewVertical(
    double
);
[Python - STK API ]
@property
def FieldOfViewVertical(self) -> float:

@FieldOfViewVertical.setter
def FieldOfViewVertical(self, FieldOfViewVertical:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.