Sets point information for individual objects.
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 |
- PointType
FPOINT_TYPES enumeration.Value Description FPOINT_BALLCENTER FPOINT_CENTROID FPOINT_ENDPOINT FPOINT_MIDPOINT FPOINT_SNAP_CENTROID FPOINT_STARTPOINT - TheoMeas
Long value.Value Description FDATA_ALL FDATA_MEAS FDATA_TARG FDATA_THEO - X
- Double representing X value of the point.
- Y
- Double representing Y value of the point.
- Z
- Double representing Z value of the point.
Boolean value indicating success or failure of the call.