Click or drag to resize

VIZViewerGetSelectionBoxInnerObjects Method

선택상자 영역에 포함된 개체 목록 반환

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
public int[] GetSelectionBoxInnerObjects(
	int ID,
	CrossBoundBox nCrossBoundBox
)

Parameters

ID
Type: SystemInt32

[Missing <param name="ID"/> documentation for "M:SHConnector.VIZViewer.GetSelectionBoxInnerObjects(System.Int32,SHConnector.CrossBoundBox)"]

nCrossBoundBox
Type: SHConnectorCrossBoundBox

[Missing <param name="nCrossBoundBox"/> documentation for "M:SHConnector.VIZViewer.GetSelectionBoxInnerObjects(System.Int32,SHConnector.CrossBoundBox)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:SHConnector.VIZViewer.GetSelectionBoxInnerObjects(System.Int32,SHConnector.CrossBoundBox)"]

See Also