STK Vector Geometry ToolSend comments on this topic.
Item Property (IAgCrdnCentralBodyCollection)
See Also
Index
Specify a valid index.
Windows





Windows & Linux

Description

Returns a central body name at a specified index.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Item( _
    ByVal Index As Integer _
) As String
[C#]
public string this[
    int Index
] {get;}
[Managed C++]
public: __property String __gc ^^ get_Item(
    int Index
);
[Unmanaged C++]
public: HRESULT get_Item(
    long Index,
    BSTR* pRetVal
);
[Java]
public String getItem(
    int Index
);
[Python - STK API ]
@property
def Item(self) -> str:

Parameters

Index
Specify a valid index.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.