Copies the object property and inserts the copy into the list.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgVAScriptingSegment InsertCopy( IAgVAScriptingSegment ObjProperty ); |
| [Managed C++] |
|---|
public: IAgVAScriptingSegment^ InsertCopy( IAgVAScriptingSegment ^ ObjProperty ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgVAScriptingSegment insertCopy( IAgVAScriptingSegment ObjProperty ); |
[Python - STK API ] |
|---|
def InsertCopy(self, ObjProperty:"IAgVAScriptingSegment") -> "IAgVAScriptingSegment": |
- ObjProperty






