WRAPPER_API void Clear()
Description
The Clear method removes all parameters from this ParameterCollection.
Example
void ParameterCollection_Clear(GEOCALCPBW_NAMESPACE::ParameterCollection & pc)
{
if(pc.get_Count() > 0)
{
pc.Clear();
}
}WRAPPER_API void Clear()
The Clear method removes all parameters from this ParameterCollection.
void ParameterCollection_Clear(GEOCALCPBW_NAMESPACE::ParameterCollection & pc)
{
if(pc.get_Count() > 0)
{
pc.Clear();
}
}
Comments
0 comments
Please sign in to leave a comment.