AGI STK Objects 11 Send 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
);

[Java]
public  setModulator(
String Name
);

[Unmanaged C++]
public: HRESULT SetModulator(
BSTR Name
);

Parameters

Name

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface