STK ObjectsSend comments on this topic.
BeamDirectionProviderType Property (IAgAntennaModelPhasedArray)
See Also
Windows





Windows & Linux

Description

Gets or sets the beam direction provider type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BeamDirectionProviderType() As AgEDirectionProviderType
[C#]
public AgEDirectionProviderType BeamDirectionProviderType {get; set;}
[Managed C++]
public: __property AgEDirectionProviderType get_BeamDirectionProviderType();
public: __property void set_BeamDirectionProviderType( AgEDirectionProviderType );
[Unmanaged C++]
public: HRESULT get_BeamDirectionProviderType(
    AgEDirectionProviderType * pVal
);
public: HRESULT put_BeamDirectionProviderType(
    AgEDirectionProviderType val
);
[Java]
public AgEDirectionProviderType getBeamDirectionProviderType();
public void setBeamDirectionProviderType(
    AgEDirectionProviderType
);
[Python - STK API ]
@property
def BeamDirectionProviderType(self) -> "AgEDirectionProviderType":

@BeamDirectionProviderType.setter
def BeamDirectionProviderType(self, val:"AgEDirectionProviderType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.