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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1