Method MatchProperties
- Namespace
- VectorDraw.Professional.vdPrimaries
- Assembly
- VectorDraw.Professional.dll
MatchProperties(vdPrimary, vdDocument)
Matches all the common properties from an object and sets them to this object.
public override 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 this document parameter is null then the from's object Document is used instead.
See also IvdProxyFigure for example of implementing a custom figure with a proxy figure and how to override basic methods of vdFigure for a custom figure.