Click or drag to resize

IMcLineProfilesCopyFrom Method

Sets sampling properties from a source McLineProfiles.

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

Parameters

SourceLineProfiles
Type: MediaCy.IQL.FeaturesMcLineProfiles
The source McLineProfiles object instance from which to copy properties.
Remarks
The source McLineProfiles does not have to have the same parent McFeatures as this one. It is just used to set this instance's sampling properties. An object manager property change notification is fired with ID_IMcLineProfiles_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_IMcLineProfiles_IsStale.
See Also