Click or drag to resize

IVIZZARDServiceShowOsnapByPickItem Method

오스냅(Osnap) 위치 표시

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
void ShowOsnapByPickItem(
	int index,
	bool surface,
	bool vertex,
	bool line,
	bool circle
)

Parameters

index
Type: SystemInt32
노드 인덱스(INDEX) : -1 화면 선택
surface
Type: SystemBoolean
면 표시
vertex
Type: SystemBoolean
점 표시
line
Type: SystemBoolean
라인 표시
circle
Type: SystemBoolean
원 표시

Return Value

Type: 
See Also