Clear Method

public void Clear()

 

Description

The Clear method removes all parameters from this ParameterCollection.

 

Example

void ParameterCollection_Clear(GeoCalc.ParameterCollection & pc)

{

if(pc.get_Count() > 0)

{

pc.Clear();

}

}