STK AstrogatorSend 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
);
[Unmanaged C++]
public: HRESULT Cut(
    BSTR SegmentNameToCut
);
[Java]
public void cut(
    String SegmentNameToCut
);
[Python - STK API ]
def Cut(self, SegmentNameToCut:str) -> None:

Parameters

SegmentNameToCut

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.