STK ObjectsSend comments on this topic.
LoadIntervalFile Property (IAgChConstraints)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_LoadIntervalFile(
    BSTR LoadIntervalFile
);
[Java]
public String getLoadIntervalFile();
public void setLoadIntervalFile(
    String
);
[Python - STK API ]
@property
def LoadIntervalFile(self) -> str:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.