Table of Contents

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

_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.