Click or drag to resize

IVIZZARDServiceANI_SetAnimation Method

작업 애니메이션 연결

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
bool ANI_SetAnimation(
	string strTaskUID,
	string strAnimationName
)

Parameters

strTaskUID
Type: SystemString
작업 UID
strAnimationName
Type: SystemString
애니메이션 이름

Return Value

Type: Boolean
True : 성공 / False : 실패
See Also