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





Windows & Linux

Description

Returns a collection of elements associated with a DataProvider or a SubDataProvider.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.