Method MatchProperties_base
- Namespace
- VectorDraw.Professional.vdPrimaries
- Assembly
- VectorDraw.Professional.dll
MatchProperties_base(vdPrimary, vdDocument)
Matches all the common properties from an object of this type and derived types and sets them to thisobject properties and derived properties
public void MatchProperties_base(vdPrimary _from, vdDocument thisdocument)
Parameters
_fromvdPrimaryThe object from which the properties values will be read.
thisdocumentvdDocumentThe vdDocument object where this object belongs.
Remarks
If thisdocument parameter is null then the from's object Document is used instead.