AGI STK Objects 11 Send comments on this topic.
LoadIntervals Method (IAgVOModelPointing)
See Also 
Filename
AttachPoint





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
);

[Java]
public  loadIntervals(
String Filename,
String AttachPoint
);

[Unmanaged C++]
public: HRESULT LoadIntervals(
BSTR Filename,
BSTR AttachPoint
);

Parameters

Filename
AttachPoint

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1