Click or drag to resize

VIZXMLManagerFindNodes Method

VIZXML Node 검색

Namespace:  VIZCore3D.NET.Manager
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax
C#
public Dictionary<string, VIZXMLNode> FindNodes(
	string Keyword,
	bool FullMatch,
	bool IgnoreCase,
	bool Attribute
)

Parameters

Keyword
Type: SystemString
검색어
FullMatch
Type: SystemBoolean
전체 일치 여부
IgnoreCase
Type: SystemBoolean
대/소문자 구분
Attribute
Type: SystemBoolean
속성포함 검색

Return Value

Type: DictionaryString, VIZXMLNode
검색된 결과 노드 목록
See Also