STK Graphics PrimitivesSend comments on this topic.
VerticalFieldOfView Property (IAgStkGraphicsCamera)
See Also
Windows





Windows & Linux

Description

Gets the vertical field of view.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property VerticalFieldOfView() As Double
[C#]
public double VerticalFieldOfView {get;}
[Managed C++]
public: __property double get_VerticalFieldOfView();
[Unmanaged C++]
public: HRESULT get_VerticalFieldOfView(
    double * pRetVal
);
[Java]
public double getVerticalFieldOfView();
[Python - STK API ]
@property
def VerticalFieldOfView(self) -> float:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.