All Frameworks  Class Hierarchy  This Framework  Next  Indexes

SPAasm Class asm_cleanup_options

SPAbase.ACIS_OBJECT
  |
  +---asm_cleanup_options
 

Usage: you must use this class as is. You should never derive it.


public class asm_cleanup_options

Class object to encapsulate requests for optional behaviors when cleaning up handle objects.

Role: asm_cleanup_options is used to select which type of handle objects should be considered when calling an asmi cleanup routine. The default behavior is to attempt to clean up all handle types.

See also:
asmi_cleanup


Constructor and Destructor Index


o asm_cleanup_options()
Default constructor - cleans up all handles
o asm_cleanup_options(logical,logical,logical)
Constructor that specifies which handle types to clean up

Method Index


o get_clean_component_entity_handles()
Indicates whether component entity handles will be cleaned.
o get_clean_component_handles()
Indicates whether component handles will be cleaned.
o get_clean_entity_handles()
Indicates whether entity handles will be cleaned.
o set_clean_component_entity_handles(logical)
o set_clean_component_handles(logical)
o set_clean_entity_handles(logical)

Constructor and Destructor


o asm_cleanup_options
public asm_cleanup_options()
Default constructor - cleans up all handles
o asm_cleanup_options
public asm_cleanup_options(logical ent_handles,
logical comp_handles,
logical comp_ent_handles)
Constructor that specifies which handle types to clean up

Parameters:
ent_handles
entity handles will be cleaned if TRUE.
comp_handles
component handles will be cleaned if TRUE.
comp_ent_handles
component entity handles will be cleaned if TRUE.

Methods


o get_clean_component_entity_handles
public logical get_clean_component_entity_handles()const
Indicates whether component entity handles will be cleaned.
o get_clean_component_handles
public logical get_clean_component_handles()const
Indicates whether component handles will be cleaned.
o get_clean_entity_handles
public logical get_clean_entity_handles()const
Indicates whether entity handles will be cleaned.
o set_clean_component_entity_handles
public void set_clean_component_entity_handles(logical value)
o set_clean_component_handles
public void set_clean_component_handles(logical value)
o set_clean_entity_handles
public void set_clean_entity_handles(logical value)

This object is included in the file: asm_model.hxx

Copyright (c) 1989-2007 by Spatial Corp. All rights reserved.