Creates a copy of the instance of a VGT component. The new component is automatically registered and will be persisted or restored when a scenario is saved or loaded.
[Visual Basic .NET] |
---|
Public Function Duplicate( _ ByVal NewName As String, _ ByVal Description As String _ ) As IAgCrdn |
[C#] |
---|
public IAgCrdn Duplicate( |
[Managed C++] |
---|
public: IAgCrdn^ Duplicate( |
[Java] |
---|
public IAgCrdn duplicate( |
[Unmanaged C++] |
---|
public: HRESULT Duplicate( |
- NewName
- Specify a name of the new component.
- Description
- Specify a description.
Create a duplicate.
[C#] | ![]() | |
---|---|---|
|
Create a duplicate.
[Visual Basic .NET] | ![]() | |
---|---|---|
|