FilterNodesGetNodeByID Property |
|
DataPA OpenAnalytics API Reference
Gets a descendant filternode using a specific ID
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Object this[
string ID
] { get; }
Public ReadOnly Property GetNodeByID (
ID As String
) As Object
Get
public:
virtual property Object^ GetNodeByID[String^ ID] {
Object^ get (String^ ID) sealed;
}
function get_GetNodeByID(ID);
Parameters
- ID
- Type: SystemString
The ID of the node to retrieve
Property Value
Type:
ObjectThe node
Return Value
Type:
ObjectRemarks See Also