Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > OldBasic Object : GetFeatPoint Method

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

The 1 based index of the point to retrieve.

GetFeatPoint Method
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