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