This method retrieves vector components of individual objects.
Visual Basic |
---|
Public Function GetVector( _ ByVal VectorType As FVECTOR_TYPES, _ ByVal TheoMeas As FDATA_DATASET, _ ByRef I As Double, _ ByRef J As Double, _ ByRef K As Double _ ) As Boolean |
- VectorType
FVECTOR_TYPES enumeration.Value Description FVECTOR_ANGLE_VECTOR FVECTOR_CORNER_VECTOR2 FVECTOR_CORNER_VECTOR3 FVECTOR_MEASURE_VECTOR FVECTOR_ORG_HIT_VECTOR FVECTOR_PIN_VECTOR FVECTOR_PUNCH_VECTOR FVECTOR_REPORT_SURF_VECTOR FVECTOR_REPORT_VECTOR FVECTOR_SLOT_VECTOR FVECTOR_SURFACE_VECTOR FVECTOR_UPDATE_VECTOR FVECTOR_VECTOR - TheoMeas
Long value.Value Description FDATA_ALL FDATA_MEAS FDATA_TARG FDATA_THEO - I
- Variable of type double that will hold the I component of the vector.
- J
- Variable of type double that will hold the J component of the vector.
- K
- Variable of type double that will hold the K component of the vector.
Boolean value indicating success or failure of the call.