Click or drag to resize
XDL

NXViewshedSetArea Method

뷰쉐드 속성을 설정.

Namespace:  Pixoneer.NXDL.NXPlanet
Assembly:  NXPlanet (in NXPlanet.dll) Version: 2.0.3.31
Syntax
C#
public bool SetArea(
	XGeoPoint pos,
	double distance,
	XAngle startAzimuth,
	XAngle endAzimuth,
	int useDemLevel
)

Parameters

pos
Type: Pixoneer.NXDLXGeoPoint
뷰쉐드 도구의 뷰 위치.
distance
Type: SystemDouble
뷰쉐드 도구의 어떤 길이를 확인한 것의 거리.
startAzimuth
Type: Pixoneer.NXDLXAngle
시작 방위각의.
endAzimuth
Type: Pixoneer.NXDLXAngle
최종 방위각.
useDemLevel
Type: SystemInt32
DEM 레벨을 설정한다.

Return Value

Type: Boolean
성공이면 true, 실패하면 false를 반환한다.
See Also