Click or drag to resize
XDL

NXPlanetEngineRemovePBIGroup Method

엔진에서 PBI 데이터 소스를 제거한다.

Namespace: Pixoneer.NXDL.NXPlanet
Assembly: NXPlanet (in NXPlanet.dll) Version: 2.0.3.38
Syntax
C#
public static bool RemovePBIGroup(
	int nGroupID
)

Parameters

nGroupID  Int32
대상 그룹의 ID

Return Value

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