Gets the beam direction provider.
Read-only property
[Visual Basic .NET] |
---|
Public Property BeamDirectionProvider() As IAgDirectionProvider |
[C#] |
---|
public IAgDirectionProvider BeamDirectionProvider {get;} |
[Managed C++] |
---|
public: __property IAgDirectionProvider ^ get_BeamDirectionProvider(); |
[Unmanaged C++] |
---|
public: HRESULT get_BeamDirectionProvider( IAgDirectionProvider ** ppVal ); |
[Java] |
---|
public IAgDirectionProvider getBeamDirectionProvider(); |
[Python - STK API ] |
---|
@property def BeamDirectionProvider(self) -> "IAgDirectionProvider": |