IAcadUtilityPolarPoint Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
Object PolarPoint(
Object Point,
double Angle,
double Distance
)
Function PolarPoint (
Point As Object,
Angle As Double,
Distance As Double
) As Object
Object^ PolarPoint(
[InAttribute] Object^ Point,
[InAttribute] double Angle,
[InAttribute] double Distance
)
abstract PolarPoint :
Point : Object *
Angle : float *
Distance : float -> Object
Parameters
- Point
- Type: SystemObject
- Angle
- Type: SystemDouble
- Distance
- Type: SystemDouble
Return Value
Type:
Object
See Also