IMcProfileEdgesDuplicate Method
|
|
Creates a duplicated McProfileEdges.
Namespace:
MediaCy.IQL.Features
Assembly:
MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
SyntaxFunction Duplicate As McProfileEdges
Return Value
Type:
McProfileEdgesA new McProfileEdges operator with parent and properties duplicated
from this one.
RemarksThe 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