STK ObjectsSend comments on this topic.
SetModulator Method (IAgTransmitterModelLaser)
See Also
name
Windows





Windows & Linux

Description

Sets the current modulator model by name.

Syntax

[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:

Parameters

name

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.