Gets the collection of elements.
Read-only property
[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": |