Returns a collection of objects of specified type.
[Visual Basic .NET] |
---|
Public Function GetElements( _ ByVal EClassType As AgESTKObjectType _ ) As IAgStkObjectElementCollection |
[C#] |
---|
public IAgStkObjectElementCollection GetElements( AgESTKObjectType EClassType ); |
[Managed C++] |
---|
public: IAgStkObjectElementCollection^ GetElements( AgESTKObjectType EClassType ); |
[Unmanaged C++] |
---|
public: HRESULT GetElements( AgESTKObjectType EClassType, IAgStkObjectElementCollection ** ppRetVal ); |
[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] | ||
---|---|---|
|