Copy the collection
[Visual Basic .NET] |
---|
Public Function Copy() As IAgEntityCollection |
[C#] |
---|
public IAgEntityCollection Copy(); |
[Managed C++] |
---|
public: IAgEntityCollection ^ Copy(); |
[Unmanaged C++] |
---|
public: HRESULT Copy( IAgEntityCollection ** ppAgEntityCollection ); |
[Java] |
---|
public IAgEntityCollection copy(); |