Click or drag to resize

VIZViewerFindObject Method

모델 찾기

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

Parameters

NodeName
Type: SystemString

[Missing <param name="NodeName"/> documentation for "M:SHConnector.VIZViewer.FindObject(System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

IgnoreCase
Type: SystemBoolean

[Missing <param name="IgnoreCase"/> documentation for "M:SHConnector.VIZViewer.FindObject(System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

OnlyAsm
Type: SystemBoolean

[Missing <param name="OnlyAsm"/> documentation for "M:SHConnector.VIZViewer.FindObject(System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

OnlyVisible
Type: SystemBoolean

[Missing <param name="OnlyVisible"/> documentation for "M:SHConnector.VIZViewer.FindObject(System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

ContainUserProperty (Optional)
Type: SystemBoolean

[Missing <param name="ContainUserProperty"/> documentation for "M:SHConnector.VIZViewer.FindObject(System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

OnlySelectedNode (Optional)
Type: SystemBoolean

[Missing <param name="OnlySelectedNode"/> documentation for "M:SHConnector.VIZViewer.FindObject(System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

FullMatch (Optional)
Type: SystemBoolean

[Missing <param name="FullMatch"/> documentation for "M:SHConnector.VIZViewer.FindObject(System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

Return Value

Type: ListNodeVO

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

See Also