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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.