Click or drag to resize

VIZViewerFastSearchObject Method

빠른검색

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
public List<NodeVO> FastSearchObject(
	string NodeName,
	bool IgnoreCase,
	bool OnlyAsm,
	bool OnlyVisible,
	bool ContainUserProperty = false,
	bool OnlySelectedNode = false
)

Parameters

NodeName
Type: SystemString
노드 이름
IgnoreCase
Type: SystemBoolean
대/소문자 구분
OnlyAsm
Type: SystemBoolean
어셈블리 노드
OnlyVisible
Type: SystemBoolean
보이는 모델
ContainUserProperty (Optional)
Type: SystemBoolean
사용자 정의 속성 검색
OnlySelectedNode (Optional)
Type: SystemBoolean
선택 모델

Return Value

Type: ListNodeVO

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

See Also