Table of Contents

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

from vdPrimary

The object from which the properties values will be read.

thisdocument vdDocument

The vdDocument object where this object belongs.

Remarks

If thisdocument parameter is null then the from's object Document is used instead.