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





Windows & Linux

Description

Retrieves a condition set from the collection by index.

Syntax

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

Parameters

Index
Specify an index of a condition set.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.