API Reference > Classes > PRC Base Data Types Classes > OdPrcAttributeExternal Structure
OdPrcAttributeExternal Structure
Syntax
C++
struct OdPrcAttributeExternal { OdString entryName; OdInt32 data; bool useSameAppIDAsFileStructure; OdInt32 IDPart1; OdInt32 IDPart2; OdInt32 IDPart3; OdInt32 IDPart4; };

PrcAttribute.h

 

Structure stores special data for writing to an attribute. Special data can be read only by an external application. To determine the application of the read data, a default application ID is used, which is stored in the file structure the attribute belongs to. The custom application ID can be reset.

 
Name 
Description 
 
This is the overview for the OdPrcAttributeExternal constructor overload. 
 
Name 
Description 
 
data 
Attribute special data. 
 
Attribute entry name. 
 
Identifier for part 1. 
 
Identifier for part 2. 
 
Identifier for part 3. 
 
Identifier for part 4. 
 
Flag indicating whether application ID for the attributer is the same as the application ID for the parent file structure. 
 
Name 
Description 
 
Returns whether the special data stored in the structure is valid. 
Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.