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] |
---|
Public Function CopyObject( _
ByVal NewObjectName As String _
) As IAgStkObject
|
[C#] |
---|
public IAgStkObject CopyObject(
|
[Managed C++] |
---|
public: IAgStkObject^ CopyObject(
|
[Java] |
---|
public IAgStkObject copyObject(
|
[Unmanaged C++] |
---|
public: HRESULT CopyObject(
|
- NewObjectName