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





Description

Gets or sets the null direction provider type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property NullDirectionProviderType() As AgEDirectionProviderType

[C#]
public AgEDirectionProviderType NullDirectionProviderType {get; set;}

[Managed C++]
public: __property AgEDirectionProviderType get_NullDirectionProviderType();
public: __property void set_NullDirectionProviderType(
AgEDirectionProviderType
);

[Unmanaged C++]
public: HRESULT get_NullDirectionProviderType(
AgEDirectionProviderType * pRetVal
);
public: HRESULT put_NullDirectionProviderType(
AgEDirectionProviderType NewNullDirectionProviderType
);

[Java]
public AgEDirectionProviderType getNullDirectionProviderType();public void setNullDirectionProviderType(
AgEDirectionProviderType
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1