Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public static Point3d PolarPoint(
	Point3d refPoint,
	double angle,
	double distance
)
Visual Basic
Public Shared Function PolarPoint ( _
	refPoint As Point3d, _
	angle As Double, _
	distance As Double _
) As Point3d
Visual C++
public:
static Point3d PolarPoint(
	Point3d refPoint, 
	double angle, 
	double distance
)

Parameters

refPoint
Type: Point3d
angle
Type: System..::..Double
distance
Type: System..::..Double

See Also