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