ElasticModel.Clone Method

Fortran DLL Wrapper

ElasticModelClone Method

Creates a new object that is a copy of the current instance.

Namespace:  FortranWrapper
Assembly:  FortranWrapper (in FortranWrapper.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public virtual Object Clone()
Public Overridable Function Clone As Object
public:
virtual Object^ Clone()
abstract Clone : unit -> Object 
override Clone : unit -> Object 

Return Value

Type: Object
A new object that is a copy of this instance.

Implements

ICloneableClone
See Also