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






