Create deep copy of the Person.
Namespace:
SourceAFIS.SimpleAssembly: SourceAFIS (in SourceAFIS.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function Clone As Person |
| C# |
|---|
public Person Clone() |
| Visual C++ |
|---|
public: Person^ Clone() |
| JavaScript |
|---|
function clone(); |
Return Value
Deep copy of the Person.
Remarks
This method also clones all Fingerprint objects contained
in this Person.