Adds a calculation object to the collection.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgVAScriptingCalcObject Add( string ComponentName ); |
| [Managed C++] |
|---|
public: IAgVAScriptingCalcObject^ Add( String __gc ^ ComponentName ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgVAScriptingCalcObject add( String ComponentName ); |
[Python - STK API ] |
|---|
def Add(self, ComponentName:str) -> "IAgVAScriptingCalcObject": |
- ComponentName






