AGI STK Objects 11 Send comments on this topic.
LoadIntervalFile Property (IAgChConstraints)
See Also 





Description

The name of the .int file used to filter the computed chain access intervals.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LoadIntervalFile() As String

[C#]
public string LoadIntervalFile {get; set;}

[Managed C++]
public: __property String __gc ^ get_LoadIntervalFile();
public: __property void set_LoadIntervalFile(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_LoadIntervalFile(
BSTR * pRetVal
);
public: HRESULT put_LoadIntervalFile(
BSTR NewLoadIntervalFile
);

[Java]
public String getLoadIntervalFile();public void setLoadIntervalFile(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1