 | XAngleGetDms Method |
Degree-Minute-Second로 Angle값을 반환 한다.
Namespace:
Pixoneer.NXDL
Assembly:
NXDL (in NXDL.dll) Version: 1.2.817.72
Syntaxpublic void GetDms(
ref int Deg,
ref int Min,
ref double sec
)
Parameters
- Deg
- Type: SystemInt32
[Out] Degree - Min
- Type: SystemInt32
[Out] Minute - sec
- Type: SystemDouble
[Out] Second
See Also