Click or drag to resize

VIZViewerSetSelectedMulti Method

다중 개체 선택 설정

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
public void SetSelectedMulti(
	int[] NodeIndex,
	bool Selected,
	bool FocusModelTree,
	bool Focus
)

Parameters

NodeIndex
Type: SystemInt32

[Missing <param name="NodeIndex"/> documentation for "M:SHConnector.VIZViewer.SetSelectedMulti(System.Int32[],System.Boolean,System.Boolean,System.Boolean)"]

Selected
Type: SystemBoolean

[Missing <param name="Selected"/> documentation for "M:SHConnector.VIZViewer.SetSelectedMulti(System.Int32[],System.Boolean,System.Boolean,System.Boolean)"]

FocusModelTree
Type: SystemBoolean

[Missing <param name="FocusModelTree"/> documentation for "M:SHConnector.VIZViewer.SetSelectedMulti(System.Int32[],System.Boolean,System.Boolean,System.Boolean)"]

Focus
Type: SystemBoolean

[Missing <param name="Focus"/> documentation for "M:SHConnector.VIZViewer.SetSelectedMulti(System.Int32[],System.Boolean,System.Boolean,System.Boolean)"]

See Also