Vector2d.IsParallelTo Method
Parent Object: Vector2dDescription
Determine if this vector2d is parallel to the specified vector2d.
Syntax
Vector2d.IsParallelTo( Vector As Vector2d, [Tolerance] As Double ) As BooleanParameters
Name | Type | Description |
Vector | Vector2d | Vector to use for parallel test. |
Tolerance | Double | Tolerance value for test. This is an optional argument whose default value is 0.0. |
Samples
Name | Description |
Create ordinate dimension | This sample demonstrates the creation of ordinate dimensions in a drawing document. |