STK ObjectsSend comments on this topic.
CorrelationList Property (IAgVeCovariance)
See Also
Windows





Windows & Linux

Description

Get the Consider Cross Correlation list.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property CorrelationList() As IAgVeCorrelationListCollection
[C#]
public IAgVeCorrelationListCollection CorrelationList {get;}
[Managed C++]
public: __property IAgVeCorrelationListCollection ^ get_CorrelationList();
[Unmanaged C++]
public: HRESULT get_CorrelationList(
    IAgVeCorrelationListCollection ** ppVal
);
[Java]
public IAgVeCorrelationListCollection getCorrelationList();
[Python - STK API ]
@property
def CorrelationList(self) -> "IAgVeCorrelationListCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.