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





Windows & Linux

Description

Gets the number of array elements

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property NumberOfElements() As Integer
[C#]
public int NumberOfElements {get;}
[Managed C++]
public: __property int get_NumberOfElements();
[Unmanaged C++]
public: HRESULT get_NumberOfElements(
    int * pVal
);
[Java]
public Integer getNumberOfElements();
[Python - STK API ]
@property
def NumberOfElements(self) -> int:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.