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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.