STK ObjectsSend 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 Frame
);
[Java]
public AgEVeFrame getFrame();
public void setFrame(
    AgEVeFrame
);
[Python - STK API ]
@property
def Frame(self) -> "AgEVeFrame":

@Frame.setter
def Frame(self, Frame:"AgEVeFrame") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.