STK AstrogatorSend 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
);
[Unmanaged C++]
public: HRESULT Paste(
    BSTR SegmentToPasteBefore,
    IAgVAMCSSegment ** ppRetVal
);
[Java]
public IAgVAMCSSegment paste(
    String SegmentToPasteBefore
);
[Python - STK API ]
def Paste(self, SegmentToPasteBefore:str) -> "IAgVAMCSSegment":

Parameters

SegmentToPasteBefore

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.