Gets the propagation channel.
Read-only property
[Visual Basic .NET] |
---|
Public Property PropagationChannel() As IAgLaserPropagationChannel |
[C#] |
---|
public IAgLaserPropagationChannel PropagationChannel {get;} |
[Managed C++] |
---|
public: __property IAgLaserPropagationChannel ^ get_PropagationChannel(); |
[Unmanaged C++] |
---|
public: HRESULT get_PropagationChannel( IAgLaserPropagationChannel ** ppRetVal ); |
[Java] |
---|
public IAgLaserPropagationChannel getPropagationChannel(); |
[Python - STK API ] |
---|
@property def PropagationChannel(self) -> "IAgLaserPropagationChannel": |