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





Description

Pastes the segment from the clipboard and inserts in before the given segment name.

Syntax

[Visual Basic .NET]
Public Function Paste( _
   ByVal SegmentToPasteBefore As String _
) As IAgVAMCSSegment

[C#]
public IAgVAMCSSegment Paste(
string SegmentToPasteBefore
);

[Managed C++]
public: IAgVAMCSSegment^ Paste(
String __gc ^ SegmentToPasteBefore
);

[Java]
public IAgVAMCSSegment paste(
String SegmentToPasteBefore
);

[Unmanaged C++]
public: HRESULT Paste(
BSTR SegmentToPasteBefore,
IAgVAMCSSegment ** ReturnValue
);

Parameters

SegmentToPasteBefore

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1