|
XncwObserverAttachTo Method
|
PlanetView에 레이어를 첨부한다.
Namespace: Pixoneer.NXDL.NNCWAssembly: NXDLncw (in NXDLncw.dll) Version: 2.0.3.38
Syntaxpublic bool AttachTo(
NXPlanetView view
)
Parameters
- view NXPlanetView
- 대상 planet view.
Return Value
Boolean 레이어를 view에 첨부되면 true를 반환하고, 그렇지 않으면 false를 반환한다.
See Also