Click or drag to resize

VIZViewerANI_SetTaskEnable Method

작업 활성화 설정

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
public bool ANI_SetTaskEnable(
	string strProjectUID,
	string strTaskUID,
	bool bEnable
)

Parameters

strProjectUID
Type: SystemString

[Missing <param name="strProjectUID"/> documentation for "M:SHConnector.VIZViewer.ANI_SetTaskEnable(System.String,System.String,System.Boolean)"]

strTaskUID
Type: SystemString

[Missing <param name="strTaskUID"/> documentation for "M:SHConnector.VIZViewer.ANI_SetTaskEnable(System.String,System.String,System.Boolean)"]

bEnable
Type: SystemBoolean

[Missing <param name="bEnable"/> documentation for "M:SHConnector.VIZViewer.ANI_SetTaskEnable(System.String,System.String,System.Boolean)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:SHConnector.VIZViewer.ANI_SetTaskEnable(System.String,System.String,System.Boolean)"]

See Also