Returns a collection of objects of specified type.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkObjectElementCollection GetElements( AgESTKObjectType EClassType ); |
| [Managed C++] |
|---|
public: IAgStkObjectElementCollection^ GetElements( AgESTKObjectType EClassType ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkObjectElementCollection getElements( AgESTKObjectType EClassType ); |
[Python - STK API ] |
|---|
def GetElements(self, EClassType:"AgESTKObjectType") -> "IAgStkObjectElementCollection": |
- 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] | ||
|---|---|---|
| ||






