Click or drag to resize

IMcProfileEdgesDuplicate Method

Creates a duplicated McProfileEdges.

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
Function Duplicate As McProfileEdges

Return Value

Type: McProfileEdges
A new McProfileEdges operator with parent and properties duplicated from this one.
Remarks
The duplicated McProfileEdges will have the same parent McLineProfiles as this one, and it will have identical properties. Only the weighting and edge detection properties are copied into the duplicate. Edges and WeightedProfiles are not copied. However, the RawProfiles property is duplicated for global instances of McProfileEdges operators.
See Also