GetChild
GetChild(int)
获取指定索引处的子节点。
public Node GetChild(int index)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | 指数。 |
返回值
孩子。
也可以看看
- class Node
- 命名空间 Aspose.ThreeD
- 部件 Aspose.3D
GetChild(string)
获取指定名称的子节点
public Node GetChild(string nodeName)
范围 | 类型 | 描述 |
---|---|---|
nodeName | String | 要查找的子名称。 |
返回值
孩子。
也可以看看
- class Node
- 命名空间 Aspose.ThreeD
- 部件 Aspose.3D