STK AgGraphicsPluginSend comments on this topic.
FieldOfViewVertical Property (IAgStkGraphicsPluginProjectionStreamContext)
See Also
Windows





Windows & Linux

Description

Gets the vertical field of view.

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
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.