IAcadUtilityGetOrientation Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 24.0.0.0
Syntax
double GetOrientation(
[OptionalAttribute] Object Point,
[OptionalAttribute] Object Prompt
)
Function GetOrientation (
<OptionalAttribute> Point As Object,
<OptionalAttribute> Prompt As Object
) As Double
double GetOrientation(
[OptionalAttribute] [InAttribute] Object^ Point,
[OptionalAttribute] [InAttribute] Object^ Prompt
)
abstract GetOrientation :
[<OptionalAttribute>] Point : Object *
[<OptionalAttribute>] Prompt : Object -> float
Parameters
- Point Object (Optional)
-
- Prompt Object (Optional)
-
Return Value
Double
See Also