Click or drag to resize

IMcProfileEdgesCopyFrom Method

Sets edge weighting and detection properties from a source McProfileEdges.

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
Sub CopyFrom ( 
	SourceProfileEdges As McProfileEdges
)

Parameters

SourceProfileEdges
Type: MediaCy.IQL.FeaturesMcProfileEdges
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 edge finding properties. Edges and WeightedProfiles are not copied, nor is the RawProfiles property. 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.
See Also