All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

SPApart Class active_part

SPAbase.ACIS_OBJECT
  |
  +---active_part
 

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


public class active_part

Declares a class to monitor the active part.

See also:
PART


Constructor and Destructor Index


o active_part()
C++ constructor, creating an active_part.
o ~active_part()
C++ destructor for an active_part.

Method Index


o GetActivePart()
Returns a pointer to the active part being monitored.
o SetActivePart(PART*)
Sets the internal data structure to point to the active part that needs to be monitored.

Constructor and Destructor


o active_part
public active_part()
C++ constructor, creating an active_part.
o ~active_part
public ~active_part()
C++ destructor for an active_part.

Methods


o GetActivePart
public PART * GetActivePart()
Returns a pointer to the active part being monitored.
o SetActivePart
public void SetActivePart(PART* activePart)
Sets the internal data structure to point to the active part that needs to be monitored.

Parameters:
activePart
part to watch.

This object is included in the file: actpart.hxx

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