Click or drag to resize

IVIZZARDServiceFindObject Method

빠른 검색

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

Parameters

NodeName
Type: SystemString
노드명
IgnoreCase
Type: SystemBoolean
대소문자 구분
OnlyAsm
Type: SystemBoolean
Only Asm 여부
OnlyVisible
Type: SystemBoolean
보이는 모델만 검색
ContainUserProperty (Optional)
Type: SystemBoolean
사용자 속성 포함 여부
OnlySelectedNode (Optional)
Type: SystemBoolean
선택된 노드에서 검색
FullMatch (Optional)
Type: SystemBoolean
키워드 전체 일치 여부 : True(전체 일치), False(키워드 포함)

Return Value

Type: ListNodeVO
An array of type NodeVO, containing the node information object
See Also