Method GetNodeByName
GetNodeByName(string, TfTokenVector, NdrVersionFilter)
Declaration
public NdrNode GetNodeByName(string name, TfTokenVector sourceTypePriority, NdrVersionFilter filter)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | |
| TfTokenVector | sourceTypePriority | |
| NdrVersionFilter | filter |
Returns
| Type | Description |
|---|---|
| NdrNode |
GetNodeByName(string, TfTokenVector)
Declaration
public NdrNode GetNodeByName(string name, TfTokenVector sourceTypePriority)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | |
| TfTokenVector | sourceTypePriority |
Returns
| Type | Description |
|---|---|
| NdrNode |
GetNodeByName(string)
Declaration
public NdrNode GetNodeByName(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name |
Returns
| Type | Description |
|---|---|
| NdrNode |