 | XPBEProviderExporterSetSource Method (XDMCompManager, Int32, Double, Double, Double, Double) |
소스로 XDMCompManager객체를 설정한다.
Namespace:
Pixoneer.NXDL.NDFS
Assembly:
NXDLdfs (in NXDLdfs.dll) Version: 1.2.817.72
Syntaxpublic bool SetSource(
ref XDMCompManager CompMan,
ref int maxLevel,
ref double lllat,
ref double lllon,
ref double urlat,
ref double urlon
)
Parameters
- CompMan
- Type: Pixoneer.NXDL.NRSXDMCompManager
[In]XDMCompManager객체. - maxLevel
- Type: SystemInt32
[Out] 최대 생성 가능한 Level. - lllat
- Type: SystemDouble
[Out] Lower left 위도. - lllon
- Type: SystemDouble
[Out] Lower left 경도. - urlat
- Type: SystemDouble
[Out] Upper right 위도. - urlon
- Type: SystemDouble
[Out] Upper right 경도.
Return Value
Type:
Boolean성공이면 true, 실패면 false를 리턴
See Also