Click or drag to resize

IVIZZARDServiceAddAvatarPathItems Method

아바타 이동경로 아이템 여러개 추가

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
List<AvatarPathItemVO> AddAvatarPathItems(
	int nAvatarPathID,
	List<AvatarPathItemVO> listAdd,
	bool bRender = false
)

Parameters

nAvatarPathID
Type: SystemInt32
아바타 이동경로 아이디
listAdd
Type: System.Collections.GenericListAvatarPathItemVO
아바타 이동경로 아이템 추가 목록
bRender (Optional)
Type: SystemBoolean
화면 다시 그리기

Return Value

Type: ListAvatarPathItemVO
아바타 이동경로 아이템 추가 목록
See Also