This method needs to be overridden in the inherited class to perform the
conrecte operator specific area measurement
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 73.0.0.0
public virtual int ExecuteMeasureArea(
c3img_crossSectionConst* crossSection,
cmath_shapeRegionSet* regionSet,
c3ip_crossSectionDiffMeasureResult* result
)
public virtual int ExecuteMeasureArea(
c3img_crossSectionConst* crossSection,
cmath_shapeRegionSet* regionSet,
c3ip_crossSectionDiffMeasureResult* result
)
Visual Basic does not support APIs that consume or return unsafe types.
Visual Basic does not support APIs that consume or return unsafe types.
public:
virtual int ExecuteMeasureArea(
c3img_crossSectionConst* crossSection,
cmath_shapeRegionSet* regionSet,
c3ip_crossSectionDiffMeasureResult* result
)
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