AGI STK Objects 11Send comments on this topic.
Frame Property (IAgVeCovariance)
See Also
Windows






Windows & Linux

Description

Frame in which covariance is input.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Frame() As AgEVeFrame
[C#]
public AgEVeFrame Frame {get; set;}
[Managed C++]
public: __property AgEVeFrame get_Frame();
public: __property void set_Frame( AgEVeFrame );
[Unmanaged C++]
public: HRESULT get_Frame(
    AgEVeFrame * pVal
);
public: HRESULT put_Frame(
    AgEVeFrame AgEVeFrame
);
[Java]
public AgEVeFrame getFrame();
public void setFrame(
    AgEVeFrame
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.