AGI STK Astrogator 11 Send comments on this topic.
Cut Method (IAgVAMCSSegmentCollection)
See Also 
SegmentNameToCut





Description

Copies the segment into the clipboard and removes the segment from the sequence.

Syntax

[Visual Basic .NET]
Public Sub Cut( _
   ByVal SegmentNameToCut As String _
) 

[C#]
public void Cut(
string SegmentNameToCut
);

[Managed C++]
public: void Cut(
String __gc ^ SegmentNameToCut
);

[Java]
public  cut(
String SegmentNameToCut
);

[Unmanaged C++]
public: HRESULT Cut(
BSTR SegmentNameToCut
);

Parameters

SegmentNameToCut

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1