SliceO_Class::Parent_Get_Pt

 

This method returns a pointer to the parent class of this instance in the database tree.  If this instance is the root of the tree, then it returns "NULL".

 

 

Syntax

 

SliceO_Class * Parent_Get_Pt(

          void

) ;

 

 

Parameters

 

This method does not have a parameter.

 

 

Return value

 

This method returns a pointer to the parent class of this instance in the database tree.

 

 

Remarks

 

 

Requirements

 

Header:

          sliceO_include.hpp

 

Library:

          sliceO_Structures.lib

 

 

Example

 

 

 

See also