Method procedure VLChamferMatchingContour.TVLChamferMatchResult.Assign(TVLChamferMatchResult)
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TVLChamferMatchResult
Contents |
Syntax
Delphi:
procedure Assign( AOther : TVLChamferMatchResult );
C++ Builder:
void __fastcall Assign( TVLChamferMatchResult AOther );
Visual C++ (MFC):
void Assign( CTVLChamferMatchResult AOther );
Summary
Copies the contents of another, similar object.
Description
Call Assign to copy the properties or other attributes of one object from another.