Returns a collection of objects of specified type.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkObjectElementCollection GetElements( AgESTKObjectType EClassType ); |
| [Managed C++] |
|---|
public: IAgStkObjectElementCollection^ GetElements( AgESTKObjectType EClassType ); |
| [Java] |
|---|
public IAgStkObjectElementCollection getElements( AgESTKObjectType EClassType ); |
| [Unmanaged C++] |
|---|
|
- EClassType
Retrieve the list of scenario's children of a given type
| [C#] | ||
|---|---|---|
| ||
Retrieve the list of scenario's children of a given type
| [Visual Basic .NET] | ||
|---|---|---|
| ||





