Click or drag to resize
XDL

XVideoChannelIsActivated Method

이 객체가 활성화되었는지 여부를 확인한다.

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntax
C#
public bool IsActivated()

Return Value

Boolean
이 객체가 활성화된 상태이면 true, 아니면 false를 리턴한다.
See Also