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





Windows & Linux

Description

Retrieves an associated object from the collection by name.

Syntax

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

Parameters

Name

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.