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