AGI STK Objects 11 Send 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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface