AGI STK Astrogator 11 Send comments on this topic.
InsertCopy Method (IAgVAScriptingSegmentCollection)
See Also 
ObjProperty
Windows






Windows & Linux

Description

Copies the object property and inserts the copy into the list.

Syntax

[Visual Basic .NET]
Public Function InsertCopy( _
   ByVal ObjProperty As IAgVAScriptingSegment _
) As IAgVAScriptingSegment

[Managed C++]
public: IAgVAScriptingSegment^ InsertCopy(
IAgVAScriptingSegment ^ ObjProperty
);

[Unmanaged C++]
public: HRESULT InsertCopy(
IAgVAScriptingSegment * ObjProperty,
IAgVAScriptingSegment ** ReturnValue
);

Parameters

ObjProperty

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface