AGI STK Objects 11 Send comments on this topic.
RemoveSeg Method (IAgVeSGP4SegmentCollection)
See Also 
Index
The index of the collection.





Description

Removes a Segment given an index

Syntax

[Visual Basic .NET]
Public Sub RemoveSeg( _
   ByVal Index As Integer _
) 

[C#]
public void RemoveSeg(
int Index
);

[Managed C++]
public: void RemoveSeg(
int Index
);

[Java]
public  removeSeg(
int Index
);

[Unmanaged C++]
public: HRESULT RemoveSeg(
long Index
);

Parameters

Index
The index of the collection.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1