Calculates the angle between two points.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Assembly: CADImport (in CADImport.dll)
Public Shared Function GetAngle( _
ByVal p As CAD2DPoint, _
ByVal a As CAD2DPoint _
) As Single
This language is not supported or no code example is available.
public static float GetAngle(
CAD2DPoint p,
CAD2DPoint a
)
This language is not supported or no code example is available.
Parameters
- p
-
Type: CAD2DPoint
First point CAD2DPoint
- a
-
Type: CAD2DPoint
Second point CAD2DPoint
Return Value
float angle beetween two given pointsWindows NT 4.0, Windows 98, Windows XP, Windows Server 2003, Windows Vista; Windows Server 2008 R2, Windows 7, WIndows10
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.