Get the Consider Cross Correlation list.
Read-only property
[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": |