AGI STK Objects 11Send 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
);
[Java]
public  loadIntervals(
   String Filename,
   String AttachPoint
);
[Unmanaged C++]
public: HRESULT LoadIntervals(
   BSTR Filename,
   BSTR AttachPoint
);

Parameters

Filename
AttachPoint

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.