STK AstrogatorSend comments on this topic.
Insert Method (IAgVAMCSSegmentCollection)
See Also
SegmentType
SegmentName
SegmentToInsertBefore
Windows





Windows & Linux

Description

Adds a segment to the segment collection.

Syntax

[Visual Basic .NET]
Public Function Insert( _
    ByVal SegmentType As AgEVASegmentType, _
    ByVal SegmentName As String, _
    ByVal SegmentToInsertBefore As String _
) As IAgVAMCSSegment
[Managed C++]
public: IAgVAMCSSegment^ Insert(
    AgEVASegmentType SegmentType,
    String __gc ^ SegmentName,
    String __gc ^ SegmentToInsertBefore
);
[Unmanaged C++]
public: HRESULT Insert(
    AgEVASegmentType SegmentType,
    BSTR SegmentName,
    BSTR SegmentToInsertBefore,
    IAgVAMCSSegment ** ppMCSSegment
);
[Python - STK API ]
def Insert(self, SegmentType:"AgEVASegmentType", SegmentName:str, SegmentToInsertBefore:str) -> "IAgVAMCSSegment":

Parameters

SegmentType
SegmentName
SegmentToInsertBefore

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.