Sets the component by name.
[Visual Basic .NET] |
---|
Public Sub SetComponent( _ ByVal componentName As String _ ) |
[C#] |
---|
public void SetComponent( string componentName ); |
[Managed C++] |
---|
public: void SetComponent( String __gc ^ componentName ); |
[Unmanaged C++] |
---|
public: HRESULT SetComponent( BSTR componentName ); |
[Java] |
---|
public void setComponent( String componentName ); |
[Python - STK API ] |
---|
def SetComponent(self, componentName:str) -> None: |
- componentName