STK ObjectsSend comments on this topic.
IntegrationFile Property (IAgRadarPulseIntegrationGoalSNR)
See Also
Windows





Windows & Linux

Description

Gets or sets the integration file.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IntegrationFile() As String
[C#]
public string IntegrationFile {get; set;}
[Managed C++]
public: __property String __gc ^ get_IntegrationFile();
public: __property void set_IntegrationFile( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_IntegrationFile(
    BSTR * pVal
);
public: HRESULT put_IntegrationFile(
    BSTR val
);
[Java]
public String getIntegrationFile();
public void setIntegrationFile(
    String
);
[Python - STK API ]
@property
def IntegrationFile(self) -> str:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.