PC-DMIS 2021.1 Object Library
GetFeatPoint Method
See Also  Send Topic Feedback | See Object Hierarchy Chart
buffer

A record variable of type PointData in which to put the retrieved point.

index

The 1 based index of the point to retrieve.

PCDLRN ActiveX DLL > OldBasic Object : GetFeatPoint Method

Glossary Item Box

Description

This function is called after a call to StartGetFeatPoint to retrieve the actual points.

Syntax

Visual Basic
Public Function GetFeatPoint( _
   ByVal buffer As PointData, _
   ByVal index As Long _
) As Long

Parameters

buffer

A record variable of type PointData in which to put the retrieved point.

index

The 1 based index of the point to retrieve.

Remarks

The definition of the PointData record type is as follows:

Type PointData

X As Double
Y As Double
Z As Double

End Type

See Also

Copyright © 2020. Hexagon Manufacturing Intelligence – Metrology Software, Inc. All Rights Reserved.