STK ObjectsSend comments on this topic.
GetAvailableObject Method (IAgAdvCATAvailableObjectCollection)
See Also
Index
pName
pDate
pType
Windows





Windows & Linux

Description

Returns name, date and type times of the interval at a given index.

Syntax

[Visual Basic .NET]
Public Sub GetAvailableObject( _
    ByVal Index As Integer, _
    ByRef pName As System.Object, _
    ByRef pDate As System.Object, _
    ByRef pType As System.Object _
)
[C#]
public void GetAvailableObject(
    int Index,
    ref System.Object pName,
    ref System.Object pDate,
    ref System.Object pType
);
[Managed C++]
public: void GetAvailableObject(
    int Index,
    VARIANT ^ pName,
    VARIANT ^ pDate,
    VARIANT ^ pType
);
[Unmanaged C++]
public: HRESULT GetAvailableObject(
    long Index,
    VARIANT * pName,
    VARIANT * pDate,
    VARIANT * pType
);
[Python - STK API ]
def GetAvailableObject(self, Index:int) -> typing.Tuple[typing.Any, typing.Any, typing.Any]:

Parameters

Index
pName
pDate
pType

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.