Click or drag to resize
XDL

XncwTheaterAttachTo Method

PlanetView에 레이어를 첨부한다.

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

Parameters

view
Type: Pixoneer.NXDL.NXPlanetNXPlanetView
[In] 대상 Planet View.

Return Value

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