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





Description

Gets or sets the element configuration type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ElementConfigurationType() As AgEElementConfigurationType

[C#]
public AgEElementConfigurationType ElementConfigurationType {get; set;}

[Managed C++]
public: __property AgEElementConfigurationType get_ElementConfigurationType();
public: __property void set_ElementConfigurationType(
AgEElementConfigurationType
);

[Unmanaged C++]
public: HRESULT get_ElementConfigurationType(
AgEElementConfigurationType * pRetVal
);
public: HRESULT put_ElementConfigurationType(
AgEElementConfigurationType NewElementConfigurationType
);

[Java]
public AgEElementConfigurationType getElementConfigurationType();public void setElementConfigurationType(
AgEElementConfigurationType
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1