Gets the distance between the specified mathematical objects. Also gets the points used to measure the distance.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function Distance( _
dsObject* Object1 As System.Object, _
dsObject* Object2 As System.Object, _
dsMathPoint** Point1 As MathPoint, _
dsMathPoint** Point2 As MathPoint _
) As System.Double |
Parameters
- Object1
- Math object (see Remarks)
- Object2
- Math object (see Remarks)
- Point1[out]
- IMathPoint on Object1 used to measure the distance
- Point2[out]
- IMathPoint on Object2 used to measure the distance
- Result[out] or Return Value
- Distance between the specified objects
Example
Remarks
See Also
Availability
DraftSight V1R1.4