STK AstrogatorSend 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 ** ppRetVal
);
[Python - STK API ]
def InsertCopy(self, ObjProperty:"IAgVAScriptingSegment") -> "IAgVAScriptingSegment":

Parameters

ObjProperty

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.