BuildMaster SDK Reference
Version:
GetComponent(System.Type componentType) Method
Returns the extension component of the specified type.
Syntax
public
ExtensionComponent GetComponent(System.Type componentType)
Parameters
- componentType
- Type: System.Type
The type of the component
Returns
The extension component if found; otherwise null (Nothing in Visual Basic).