Chapter Contents

Previous

Next
Object Class: _getAttributeValue

Object Class: _getAttributeValue



Returns the value of a specific attribute on an object


Syntax
Details

Syntax

return = objectName._getAttributeValue( );


Details

When _getAttributeValue executes, it performs the following sequence of actions:

  1. Determines if requested attribute is defined; returns 2 if attribute is undefined and processing ends.

  2. Determines if value matches the attribute's type; returns 3 if it does not match and processing ends.

  3. Executes getCAM if one is defined for the attribute; returns 7 if the CAM cannot execute, otherwise returns the value returned from the CAM.

  4. Returns the value of the attribute.

If you add a getCAM to an attribute, _getAttributeValue returns the return value from your CAM as the value for rc.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.