IAcadUtilityAngleToString Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
string AngleToString(
double Angle,
AcAngleUnits Unit,
int precision
)
Function AngleToString (
Angle As Double,
Unit As AcAngleUnits,
precision As Integer
) As String
String^ AngleToString(
[InAttribute] double Angle,
[InAttribute] AcAngleUnits Unit,
[InAttribute] int precision
)
abstract AngleToString :
Angle : float *
Unit : AcAngleUnits *
precision : int -> string
Parameters
- Angle
- Type: SystemDouble
- Unit
- Type: BricscadDbAcAngleUnits
- precision
- Type: SystemInt32
Return Value
Type:
String
See Also