Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > FeatCmd Object : GetPoint Method
FPOINT_TYPES enumeration.
Enumerated Long value.
Variable of type double that will hold the X data for the point.
Variable of type double that will hold the Y data for the point.
Variable of type double that will hold the Z data for the point.
GetPoint Method
Description
This method retrieves point information for individual objects.
Syntax
Visual Basic
Public Function GetPoint( _
   ByVal PointType As FPOINT_TYPES, _
   ByVal TheoMeas As FDATA_DATASET, _
   ByRef X As Double, _
   ByRef Y As Double, _
   ByRef Z As Double _
) As Boolean
Parameters
PointType
ValueDescription
FPOINT_BALLCENTER 
FPOINT_CENTROID 
FPOINT_ENDPOINT 
FPOINT_MIDPOINT 
FPOINT_SNAP_CENTROID 
FPOINT_STARTPOINT 
FPOINT_TYPES enumeration.
TheoMeas
ValueDescription
FDATA_ALL 
FDATA_MEAS 
FDATA_TARG 
FDATA_THEO 
Enumerated Long value.
X
Variable of type double that will hold the X data for the point.
Y
Variable of type double that will hold the Y data for the point.
Z
Variable of type double that will hold the Z data for the point.
Return Type
Boolean value indicating success or failure of the call.
See Also