AGI STK Astrogator 11Send comments on this topic.
InsertCopy Method (IAgVAMCSSegmentCollection)
See Also 
Segment
SegmentToInsertBefore
Windows






Windows & Linux

Description

Copies the segment pointer and inserts the copy before the given segment name.

Syntax

[Visual Basic .NET]
Public Function InsertCopy( _
   ByVal Segment As IAgVAMCSSegment, _
   ByVal SegmentToInsertBefore As String _
) As IAgVAMCSSegment
[C#]
public IAgVAMCSSegment InsertCopy(
   IAgVAMCSSegment Segment,
   string SegmentToInsertBefore
);
[Managed C++]
public: IAgVAMCSSegment^ InsertCopy(
   IAgVAMCSSegment ^ Segment,
   String __gc ^ SegmentToInsertBefore
);
[Java]
public IAgVAMCSSegment insertCopy(
   IAgVAMCSSegment Segment,
   String SegmentToInsertBefore
);
[Unmanaged C++]
public: HRESULT InsertCopy(
   IAgVAMCSSegment * Segment,
   BSTR SegmentToInsertBefore,
   IAgVAMCSSegment ** ReturnValue
);

Parameters

Segment
SegmentToInsertBefore

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.