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