ConfidenceIntervalClone Method  | 
 
            Clones this object using the specified context.
            
 
    Namespace: 
   AGI.Foundation.Navigation
    Assembly:
   AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic virtual Object Clone(
	CopyContext context
)
Public Overridable Function Clone ( 
	context As CopyContext
) As Object
public:
virtual Object^ Clone(
	CopyContext^ context
)
abstract Clone : 
        context : CopyContext -> Object 
override Clone : 
        context : CopyContext -> Object Parameters
- context
 - Type: AGI.Foundation.InfrastructureCopyContext
The context to use to perform the copy. 
Return Value
Type: 
ObjectA new instance which is a copy of this object.
Implements
ICloneWithContextClone(CopyContext)
See Also