All Frameworks Class Hierarchy This Framework Previous Next Indexes
SPAbase.ACIS_OBJECT | +---check_status_details
Usage: you must use this class as is. You should never derive it.
public class check_status_details
A class for returning details of a check status error.
Role: An instance of this class can optionally be
added to a check_status_list instance when it is created.
The check_status_details gives more detailed information about
the circumstances of an error e.g. a particular parameter
position where a surface has been found to be illegal.
A type is assigned to each instance to act as an identifier
for derived classes, so that receiving classes can cast to
the correct derived type.
There is no guarantee that a particular check_status_list object
will have any details. The details, if any, can be retrieved using
the details() method of check_status_list, but the caller must check
that the returned pointer is non-null before trying to dereference it.
public virtual ~check_status_details( | ) |
public virtual check_status_details* clone( | )const = 0 |
public check_details_type type( | ) |
Copyright (c) 1989-2007 by Spatial Corp. All rights reserved.