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





Windows & Linux

Description

Retrieves a volume calculation from the collection by index.

Syntax

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

Parameters

Index
Specify an index of a volume calculation.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.