Click or drag to resize
XDL

XncwTheaterAttachTo Method

PlanetView에 레이어를 첨부한다.

Namespace: Pixoneer.NXDL.NNCW
Assembly: NXDLncw (in NXDLncw.dll) Version: 2.0.3.38
Syntax
C#
public bool AttachTo(
	NXPlanetView view
)

Parameters

view  NXPlanetView
[In] 대상 Planet View.

Return Value

Boolean
레이어를 view에 첨부되면 true를 반환하고, 그렇지 않으면 false를 반환한다.
Example
C#
xncwTheater.AttachTo(nxPlanetView);
See Also