  | XSpatialReferenceGetUTMZone Method  | 
  this객체에 설정된 UTM Zone에 대한 정보를 획득한다. 
 
    Namespace: 
   Pixoneer.NXDL.NCC
    Assembly:
   NXDLcc (in NXDLcc.dll) Version: 1.2.817.72
Syntaxpublic int GetUTMZone(
	ref bool bNorth
)
Parameters
- bNorth
 - Type: SystemBoolean
[Out] this객체에 설정된 영역이 북반구이면 true, 남반구이면 false를 설정  
Return Value
Type: 
Int32 UTM zone 
See Also