Click or drag to resize

McMMDataGetSegmentedFeaturesArray Method

Namespace:  MediaCy.Addins.Measurements
Assembly:  MediaCy.Addins.Measurements (in MediaCy.Addins.Measurements.dll) Version: 3.1.0.0
Syntax
VB
Public Function GetSegmentedFeaturesArray ( 
	ActiveRegions As McRegions,
	ActiveLines As McLines,
	ActivePoints As McPoints,
	efShape As McMMDataNewFeaturesShape,
	FindPhase As mcFindPhase,
	Interpretation As mcInterpretation,
	IntensityRange As Object,
	OffsetX As Long,
	OffsetY As Long,
	Optional opt As McMMOptions = Nothing
) As ArrayList

Parameters

ActiveRegions
Type: MediaCy.IQL.FeaturesMcRegions
ActiveLines
Type: MediaCy.IQL.FeaturesMcLines
ActivePoints
Type: MediaCy.IQL.FeaturesMcPoints
efShape
Type: MediaCy.Addins.MeasurementsMcMMDataNewFeaturesShape
FindPhase
Type: MediaCy.IQL.FeaturesmcFindPhase
Interpretation
Type: MediaCy.IQL.EnginemcInterpretation
IntensityRange
Type: SystemObject
OffsetX
Type: SystemInt64
OffsetY
Type: SystemInt64
opt (Optional)
Type: MediaCy.Addins.MeasurementsMcMMOptions

Return Value

Type: ArrayList
See Also