Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > FeatCmd Object : PutPoint Method
FPOINT_TYPES enumeration.
Long value.
Double representing X value of the point.
Double representing Y value of the point.
Double representing Z value of the point.
PutPoint Method
Description
Sets point information for individual objects.
Syntax
Visual Basic
Public Function PutPoint( _
   ByVal PointType As FPOINT_TYPES, _
   ByVal TheoMeas As FDATA_DATASET, _
   ByVal X As Double, _
   ByVal Y As Double, _
   ByVal 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 
Long value.
X
Double representing X value of the point.
Y
Double representing Y value of the point.
Z
Double representing Z value of the point.
Return Type
Boolean value indicating success or failure of the call.
See Also