AGI STK Util 11Send comments on this topic.
GetItem Method (IAgRuntimeTypeInfo)
See Also 
Index
Windows






Windows & Linux

Description

Returns the property of the collection at the given index.

Syntax

[Visual Basic .NET]
Public Function GetItem( _
   ByVal Index As Integer _
) As IAgPropertyInfo
[C#]
public IAgPropertyInfo GetItem(
   int Index
);
[Managed C++]
public: IAgPropertyInfo^ GetItem(
   int Index
);
[Java]
public IAgPropertyInfo getItem(
   int Index
);
[Unmanaged C++]
public: HRESULT GetItem(
   long Index,
   IAgPropertyInfo ** ReturnValue
);

Parameters

Index

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.