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





Description

Opt to use an .int file to filter the computed chain access intervals.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseLoadIntervalFile() As Boolean

[C#]
public bool UseLoadIntervalFile {get; set;}

[Managed C++]
public: __property bool get_UseLoadIntervalFile();
public: __property void set_UseLoadIntervalFile(
bool
);

[Unmanaged C++]
public: HRESULT get_UseLoadIntervalFile(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseLoadIntervalFile(
VARIANT_BOOL NewUseLoadIntervalFile
);

[Java]
public bool getUseLoadIntervalFile();public void setUseLoadIntervalFile(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1