find_leaf_attrib
List of: Functions
Subjects: Attributes
Contents: Kernel

Action: Locates an ENTITY's attribute list for a leaf ATTRIB of a given type, starting at the beginning of the list.

Prototype: ATTRIB* find_leaf_attrib (


ENTITY const* owner, // owning entity


int attrib_type // type code


);

Includes: #include "kernel/acis.hxx"

#include "kernel/kerndata/attrib/attrib.hxx"

#include "kernel/kerndata/data/entity.hxx"

Description: Searches an ENTITY's attribute list for a leaf ATTRIB of a given type, starting at the beginning of the list. All attribute type codes are guaranteed unique for any run of ACIS. If no matching ATTRIB is found, NULL is returned.

Library: kernel

Filename: kern/kernel/kerndata/attrib/attrib.hxx

Effect: Read-only
PDF/KERN/24FNC.PDF
HTM/DATA/KERN/KERN/24FNC/0015.HTM