...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxGetAttrDefinition (entityIdOrViewEntityId : GENERIC;
entityAttrNameOrViewEntityAttrName : STRING;
VAR attrIdOrViewEntityAttrId : GENERIC)
status : INTEGER;
|
The xpxGetAttrDefinition function returns the instanceId of the attribute_definition instance that defines the specified attribute in the attrIdOrViewEntityAttrId argument. The actual attribute is uniquely defined by the arguments entityIdOrViewEntityId and entityAttrNameOrViewEntityAttrName .
This function is equivalent to the EDMinterface function sdaiGetAttrDefinition
Arguments
...
Type | Name | Comment |
GENERIC | entityIdOrViewEntityId | |
STRING | entityAttrNameOrViewEntityAttrName | comment |
GENERIC | attrIdOrViewEntityAttrId |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|