Click or drag to resize

VIZViewerGetChildObjects Method

하위 개체 반환

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
public List<NodeVO> GetChildObjects(
	int nNodexIndex,
	ChildrenTypes type = ChildrenTypes.Children
)

Parameters

nNodexIndex
Type: SystemInt32

[Missing <param name="nNodexIndex"/> documentation for "M:SHConnector.VIZViewer.GetChildObjects(System.Int32,SHConnector.ChildrenTypes)"]

type (Optional)
Type: SHConnectorChildrenTypes

[Missing <param name="type"/> documentation for "M:SHConnector.VIZViewer.GetChildObjects(System.Int32,SHConnector.ChildrenTypes)"]

Return Value

Type: ListNodeVO

[Missing <returns> documentation for "M:SHConnector.VIZViewer.GetChildObjects(System.Int32,SHConnector.ChildrenTypes)"]

See Also