STK ObjectsSend comments on this topic.
LoadIntervals Method (IAgVOModelPointing)
See Also
FileName
AttachPoint
Windows





Windows & Linux

Description

Adds the intervals from the given file.

Syntax

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

Parameters

FileName
AttachPoint

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.