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





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 * pRetVal
);
public: HRESULT put_Frame(
AgEVeFrame NewFrame
);

[Java]
public AgEVeFrame getFrame();public void setFrame(
AgEVeFrame
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1