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





Windows & Linux

Description

Retrieves a volume grid from the collection by index.

Syntax

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

Parameters

Index
Specify an index of a volume grid.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.