AGI STK Objects 11 Send 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 * pRetVal
);
public: HRESULT put_BeamDirectionProviderType(
AgEDirectionProviderType NewBeamDirectionProviderType
);

[Java]
public AgEDirectionProviderType getBeamDirectionProviderType();public void setBeamDirectionProviderType(
AgEDirectionProviderType
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface