Click or drag to resize

IVIZZARDServiceAddSimulationKey Method

시뮬레이션 키 추가

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
int AddSimulationKey(
	int[] NodeIndex,
	string strTitle,
	bool bUseEffect,
	string strAxis,
	float fEffectTime,
	float fEffectDistance,
	EffectDistanceType eDistanceType,
	DateTime dtDate,
	bool bEnableSelect = false
)

Parameters

NodeIndex
Type: SystemInt32
노드 인덱스 배열
strTitle
Type: SystemString
이름
bUseEffect
Type: SystemBoolean
효과 사용 여부
strAxis
Type: SystemString
fEffectTime
Type: SystemSingle
효과 시간
fEffectDistance
Type: SystemSingle
효과 거리
eDistanceType
Type: SHConnectorEffectDistanceType
효과 거리 타입
dtDate
Type: SystemDateTime
공정 날짜
bEnableSelect (Optional)
Type: SystemBoolean
타임라임에 키 선택 여부

Return Value

Type: Int32
Key
See Also