|
NXViewshed Constructor
|
NXViewshed 객체를 생성하고 데이터 멤버를 초기화한다. 기본 생성자.
Namespace: Pixoneer.NXDL.NXPlanetAssembly: NXPlanet (in NXPlanet.dll) Version: 3.0.0.1
Syntaxpublic NXViewshed(
NXPlanetView va,
IntPtr nativeLayer
)
Parameters
- va NXPlanetView
- NXViewshed와 연결된 뷰 인스턴스.
- nativeLayer IntPtr
- 원본 비관리 객체 포인터
See Also