Web API Reference MapGuide Open Source
bool MgFeatureCommandCollection::Contains ( const MgFeatureCommand command  )  const

Returns true if the collection contains the specified command, false otherwise.

.NET Syntax
bool Contains(const MgFeatureCommand command) const;
Java Syntax
boolean Contains(const MgFeatureCommand command) const;
PHP Syntax
bool Contains(const MgFeatureCommand command) const;

Parameters:
command (MgFeatureCommand) Input command
Returns:
Returns true if the collection contains the specified command, false otherwise


Comments or suggestions? Send us feedback.