Click or drag to resize

RegionsOperatorsmvRgnBranchLengths Method

Array of the lengths of the dentrites.

Namespace:  MediaCy.IQL.Operators
Assembly:  MediaCy.IQL.Operators (in MediaCy.IQL.Operators.dll) Version: 3.1.0.0
Syntax
VB
<ExtensionAttribute>
Public Shared Function mvRgnBranchLengths ( 
	regions As McRegions
) As McMeasure

Parameters

regions
Type: MediaCy.IQL.FeaturesMcRegions

Return Value

Type: McMeasure

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type McRegions. 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
"Dendrites" are one-pixel-thick open branches. This is a pixel-based measurement. This measurement's McMeasure.Value property is exposed as an array of Variant, with the Variant for each region, iR, holding an array of mRgnNumDendrites(iR) values. The length of the array in each variant can be and often will be zero. Although a zero-length array cannot be created in VB, the UBound function will still work on such arrays and will return -1 for their upper bound. This is a pixel-based measurement.
See Also