AGI STK Objects 11Send 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

© 2018 Analytical Graphics, Inc. All Rights Reserved.