Method MatchProperties
- Namespace
- VectorDraw.Professional.vdObjects
- Assembly
- VectorDraw.Professional.dll
MatchProperties(vdPrimary, vdDocument)
Matches all the common properties from an object and sets them to this object.
public virtual void MatchProperties(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.