STK ObjectsSend comments on this topic.
Elements Property (IAgAntennaModelPhasedArray)
See Also
Windows





Windows & Linux

Description

Gets the collection of elements.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Elements() As IAgElementCollection
[C#]
public IAgElementCollection Elements {get;}
[Managed C++]
public: __property IAgElementCollection ^ get_Elements();
[Unmanaged C++]
public: HRESULT get_Elements(
    IAgElementCollection ** ppVal
);
[Java]
public IAgElementCollection getElements();
[Python - STK API ]
@property
def Elements(self) -> "IAgElementCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.