STK AstrogatorSend comments on this topic.
GetItemByName Method (IAgVAUserVariableUpdateCollection)
See Also
Name
Windows





Windows & Linux

Description

Retrieves a user variable update in the collection by name.

Syntax

[Visual Basic .NET]
Public Function GetItemByName( _
    ByVal Name As String _
) As IAgVAUserVariableUpdate
[C#]
public IAgVAUserVariableUpdate GetItemByName(
    string Name
);
[Managed C++]
public: IAgVAUserVariableUpdate^ GetItemByName(
    String __gc ^ Name
);
[Unmanaged C++]
public: HRESULT GetItemByName(
    BSTR Name,
    IAgVAUserVariableUpdate ** ppVAUserVariableUpdate
);
[Java]
public IAgVAUserVariableUpdate getItemByName(
    String Name
);
[Python - STK API ]
def GetItemByName(self, Name:str) -> "IAgVAUserVariableUpdate":

Parameters

Name

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.