Gets/sets the collection of 2D feature points.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 83.0.0.0
public Cog3DVect2Collection PointsRaw2D { get; set; }public Cog3DVect2Collection PointsRaw2D { get; set; }Public Property PointsRaw2D As Cog3DVect2Collection
Get
Set
Public Property PointsRaw2D As Cog3DVect2Collection
Get
Set
public:
property Cog3DVect2Collection^ PointsRaw2D {
Cog3DVect2Collection^ get ();
void set (Cog3DVect2Collection^ value);
}public:
property Cog3DVect2Collection^ PointsRaw2D {
Cog3DVect2Collection^ get ();
void set (Cog3DVect2Collection^ value);
}Property Value
Type:
Cog3DVect2Collection
A collection of 2D feature points.
| Exception | Condition |
|---|
| ArgumentNullException |
If the input argument of the setter is null.
|