Retrieves a scripting calc object from the collection by name.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgVAScriptingCalcObject GetItemByName( string ComponentName ); |
| [Managed C++] |
|---|
public: IAgVAScriptingCalcObject^ GetItemByName( String __gc ^ ComponentName ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgVAScriptingCalcObject getItemByName( String ComponentName ); |
[Python - STK API ] |
|---|
def GetItemByName(self, ComponentName:str) -> "IAgVAScriptingCalcObject": |
- ComponentName






