|
NStaticFunGetWorldSize Method
|
count 개념의 size와 1 count가 나타내는 unit(pixel 또는 meter), 좌표계 정보를 이용해서 world 단위 size를 가져온다.
Namespace: Pixoneer.NXDL.NXAnnotationAssembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.38 (2.0.3.38)
Syntaxpublic static double GetWorldSize(
double size,
double unit,
XSpatialReference sr
)
Parameters
- size Double
- line thick, font size 등과 같은 크기(count 개념)
- unit Double
- 1 count 가 나타내는 거리(pixel 또는 meter 단위)
- sr XSpatialReference
- 좌표계
Return Value
Doubleworld 단위 size를 반환한다.
See Also