RemoveAt method

Description

Removes a parameter from the collection based on the parameter’s index or name.

Syntax 1

void RemoveAt( int index )

Syntax 2

void RemoveAt( string parameterName )

Parameters

index: The zero-based index of the parameter to remove.

parameterName: The name of the AseParameter object to remove.

Implements