STK Vector Geometry ToolSend comments on this topic.
GetItemByIndex Method (IAgCrdnVolumeGroup)
See Also
Index
Specify an index of a volume.
Windows





Windows & Linux

Description

Retrieves an volume from the collection by index.

Syntax

[Visual Basic .NET]
Public Function GetItemByIndex( _
    ByVal Index As Integer _
) As IAgCrdnVolume
[C#]
public IAgCrdnVolume GetItemByIndex(
    int Index
);
[Managed C++]
public: IAgCrdnVolume^ GetItemByIndex(
    int Index
);
[Unmanaged C++]
public: HRESULT GetItemByIndex(
    int Index,
    IAgCrdnVolume ** ppRetVal
);
[Java]
public IAgCrdnVolume getItemByIndex(
    Integer Index
);
[Python - STK API ]
def GetItemByIndex(self, Index:int) -> "IAgCrdnVolume":

Parameters

Index
Specify an index of a volume.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.