AGI STK Objects 11 Send 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 ** ppRetVal
);

[Java]
public IAgDataPrvElements getElements();

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface