AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

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