ProviewR Programmer's Reference Manual
V6.1.4
|
Name string format description. More...
#include <co_cdh.h>
Public Attributes | |
struct { | |
} | b |
Bit mask representation. | |
struct { | |
} | e |
Word representation. | |
Name string format description.
Bitmask that denotes an object or attriubte name string, i.e. which components of the name that is included in the string.
Some common examples are
cdh_mName_object Object.
cdh_mName_object | cdh_mName_attribute Object and attribute.
cdh_mName_pathStrict Path, object and attribute
cdh_mName_volumeStrict Volume, path, object and attribute.
Let us assume we have an object of class Ai. The object has an attribute called FilterAttribute.
Body id : 0.2:0.34.1
The name of this object can be written in different ways. The type cdh_mName is used to define the way an object is named.