STK ObjectsSend comments on this topic.
CorrelationFile Property (IAgAdvCATAdvanced)
See Also
Windows





Windows & Linux

Description

Correlation File Path.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CorrelationFile() As String
[C#]
public string CorrelationFile {get; set;}
[Managed C++]
public: __property String __gc ^ get_CorrelationFile();
public: __property void set_CorrelationFile( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_CorrelationFile(
    BSTR * pVal
);
public: HRESULT put_CorrelationFile(
    BSTR CorrelationFile
);
[Java]
public String getCorrelationFile();
public void setCorrelationFile(
    String
);
[Python - STK API ]
@property
def CorrelationFile(self) -> str:

@CorrelationFile.setter
def CorrelationFile(self, CorrelationFile:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.