MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
virtual bool MgCoordinateSystemGridSpecification::IsConsistent ( void  ) [pure virtual]

Checks the internal contents of the object for consistency.

.NET Syntax
virtual bool IsConsistent ();
Java Syntax
virtual bool IsConsistent ();
PHP Syntax
virtual bool IsConsistent ();
Returns:
returns true if the values set are consistent with a valid specification block.
Remarks:
Will not throw.