STK ObjectsSend comments on this topic.
CloneObject Method (IAgCloneable)
See Also
Windows





Windows & Linux

Description

Makes a clone of this component.

Syntax

[Visual Basic .NET]
Public Function CloneObject() As Object
[C#]
public Object CloneObject();
[Managed C++]
public: IUnknown ^ CloneObject();
[Unmanaged C++]
public: HRESULT CloneObject(
    IUnknown ** ppComponent
);
[Java]
public Object cloneObject();
[Python - STK API ]
def CloneObject(self) -> "IUnknown":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.