Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.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