Click or drag to resize

VIZViewerSetSelected Method

개체 선택 설정

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
public void SetSelected(
	int nNodeIndex,
	bool bSelect,
	bool bFocusModelTree
)

Parameters

nNodeIndex
Type: SystemInt32

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

bSelect
Type: SystemBoolean

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

bFocusModelTree
Type: SystemBoolean

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

See Also