Gets the transformation at the given index.
The index is zero-based.
Read-only property
[Visual Basic .NET] |
---|
Public Property Item( _
ByVal Index As Integer _
) As IAgStkGraphicsModelTransformation
|
[C#] |
---|
public IAgStkGraphicsModelTransformation this[
|
[Managed C++] |
---|
public: __property IAgStkGraphicsModelTransformation^ get_Item(
|
[Unmanaged C++] |
---|
public: HRESULT get_Item(
|
[Java] |
---|
public IAgStkGraphicsModelTransformation getItem(
|
- Index