'DeclarationProtected Shared Function DegreeToCoordinate( _ ByVal degree As Integer _ ) As RotationAngle.Coordinate
'UsageDim degree As Integer Dim value As RotationAngle.Coordinate value = RotationAngle.DegreeToCoordinate(degree)
Parameters
- degree
- Degree value
Return Value
Returns a RotationAngle.Coordinate that indicates the coordinate location.