STK ObjectsSend comments on this topic.
SetAccessIntervalsFile Method (IAgChain)
See Also
Filename
Windows





Windows & Linux

Description

Opt to produce an .int file containing the strand access intervals.

Syntax

[Visual Basic .NET]
Public Sub SetAccessIntervalsFile( _
    ByVal Filename As String _
)
[C#]
public void SetAccessIntervalsFile(
    string Filename
);
[Managed C++]
public: void SetAccessIntervalsFile(
    String __gc ^ Filename
);
[Unmanaged C++]
public: HRESULT SetAccessIntervalsFile(
    BSTR Filename
);
[Java]
public void setAccessIntervalsFile(
    String Filename
);
[Python - STK API ]
def SetAccessIntervalsFile(self, Filename:str) -> None:

Parameters

Filename

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.