AGI STK Objects 11 Send comments on this topic.
BeamDirectionProviderType Property (IAgAntennaModelPhasedArray)
See Also 





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1