IAcadUtilityAngleFromXAxis Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
double AngleFromXAxis(
Object StartPoint,
Object EndPoint
)
Function AngleFromXAxis (
StartPoint As Object,
EndPoint As Object
) As Double
double AngleFromXAxis(
[InAttribute] Object^ StartPoint,
[InAttribute] Object^ EndPoint
)
abstract AngleFromXAxis :
StartPoint : Object *
EndPoint : Object -> float
Parameters
- StartPoint
- Type: SystemObject
- EndPoint
- Type: SystemObject
Return Value
Type:
Double
See Also