Share

Utility.PolarPoint(Point3d, Double, Double) Method



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

Syntax

C#

public static Point3d PolarPoint(
	Point3d refPoint,
	double angle,
	double distance
)

VB

Public Shared Function PolarPoint ( 
	refPoint As Point3d,
	angle As Double,
	distance As Double
) As Point3d

C++

public:
static Point3d PolarPoint(
	Point3d refPoint, 
	double angle, 
	double distance
)

Parameters

refPoint  Point3d
 
angle  Double
 
distance  Double
 

Return Value

Point3d

See Also

Reference

Was this information helpful?