Description

Sets edge weighting and detection properties from a source McProfileEdges.

Return Type

None  

Syntax

object.CopyFrom SourceProfileEdges

The CopyFrom Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McProfileEdges.
SourceProfileEdgesRequired. A McProfileEdges object.

The source McProfileEdges object instance from which to copy properties.

Remarks

The source McProfileEdges does not have to have the same parent McLineProfiles as this one. It is just used to set this instance's properties. Edges and WeightedProfiles are not copied.

An object manager property change notification is fired with ID_IMcProfileEdges_CopyFrom after all of the properties are set. And then if the IsStale property went True during the CopyFrom operation an object manager property change notification is fired with ID_IMcProfileEdges_IsStale.