AGI STK Objects 11Send comments on this topic.
RemoveTimeIntervalIndex Method (IAgSwath)
See Also 
Index
Windows






Windows & Linux

Description

Removes an interval given an index.

Syntax

[Visual Basic .NET]
Public Sub RemoveTimeIntervalIndex( _
   ByVal Index As Integer _
) 
[C#]
public void RemoveTimeIntervalIndex(
   int Index
);
[Managed C++]
public: void RemoveTimeIntervalIndex(
   int Index
);
[Java]
public  removeTimeIntervalIndex(
   int Index
);
[Unmanaged C++]
public: HRESULT RemoveTimeIntervalIndex(
   long Index
);

Parameters

Index

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.