STK ObjectsSend comments on this topic.
PropagationChannel Property (IAgPlatformLaserEnvironment)
See Also
Windows





Windows & Linux

Description

Gets the propagation channel.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.