Click or drag to resize

LineProfilesOperatorsProfileEdges Method

Instance of the McProfileEdges class for finding and managing "edges" on thesampled line profile.

Namespace:  MediaCy.IQL.Operators
Assembly:  MediaCy.IQL.Operators (in MediaCy.IQL.Operators.dll) Version: 3.1.0.0
Syntax
VB
<ExtensionAttribute>
Public Shared Function ProfileEdges ( 
	lineprofiles As McLineProfiles
) As McProfileEdges

Parameters

lineprofiles
Type: MediaCy.IQL.FeaturesMcLineProfiles

Return Value

Type: McProfileEdges

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type McLineProfiles. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Remarks
The ProfileEdges property can be used to find or manage a single set of marked edges or spots of interest along the parent McLineProfiles. If you need more than one set of edges (e.g., leading edges and trailing edges) you could use ProfileEdges.Duplicate to create as many extras as you need.
See Also