STK ObjectsSend comments on this topic.
Modulator Property (IAgTransmitterModelLaser)
See Also
Windows





Windows & Linux

Description

Gets the current modulator model.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Modulator() As IAgModulatorModel
[C#]
public IAgModulatorModel Modulator {get;}
[Managed C++]
public: __property IAgModulatorModel ^ get_Modulator();
[Unmanaged C++]
public: HRESULT get_Modulator(
    IAgModulatorModel ** ppModulator
);
[Java]
public IAgModulatorModel getModulator();
[Python - STK API ]
@property
def Modulator(self) -> "IAgModulatorModel":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.