pmMDA.NET

Locator.GetComponent Method 

[This is preliminary documentation and subject to change.]

Gets the component with a specified name

public IComponent GetComponent(
   string name
);

Parameters

name
The name of the component.

Return Value

The component with the name or null if no component have the name.

See Also

Locator Class | PmMda.Net.Application Namespace