AGI STK Objects 11 Send comments on this topic.
CopyObject Method (IAgStkObject)
See Also 
NewObjectName
Windows






Windows & Linux

Description

Copy and paste the current instance of STK Object. The copied object will be pasted as the sibling of the instance being copied.

Syntax

[Visual Basic .NET]
Public Function CopyObject( _
   ByVal NewObjectName As String _
) As IAgStkObject

[C#]
public IAgStkObject CopyObject(
string NewObjectName
);

[Managed C++]
public: IAgStkObject^ CopyObject(
String __gc ^ NewObjectName
);

[Java]
public IAgStkObject copyObject(
String NewObjectName
);

[Unmanaged C++]
public: HRESULT CopyObject(
BSTR NewObjectName,
IAgStkObject ** ReturnValue
);

Parameters

NewObjectName

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface