Copy and paste the current instance of STK Object. The copied object will be pasted as the sibling of the instance being copied.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkObject CopyObject( string NewObjectName ); |
| [Managed C++] |
|---|
public: IAgStkObject^ CopyObject( String __gc ^ NewObjectName ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkObject copyObject( String NewObjectName ); |
[Python - STK API ] |
|---|
def CopyObject(self, NewObjectName:str) -> "IAgStkObject": |
- NewObjectName






