Cog3DRangeImageCrossSectionAreaOperatorBase ExecuteMeasureArea Method Cognex VisionPro 9.5
This method needs to be overridden in the inherited class to perform the conrecte operator specific area measurement

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 69.0.0.0
Syntax

public virtual int ExecuteMeasureArea(
	c3img_crossSectionConst* crossSection,
	cmath_shapeRegionSet* regionSet,
	c3ip_crossSectionDiffMeasureResult* result
)

Parameters

crossSection
Type: c3img_crossSectionConst*
The CrossSection to perform the area measurement on
regionSet
Type: cmath_shapeRegionSet*
The set of user defined regions
result
Type: c3ip_crossSectionDiffMeasureResult*
The pointer to result structure holding the results of the area measurement

Return Value

Type: Int32
See Also