AttributesAttributeItem Method

Returns the attribute item of specified record type and attribute type ID.

Namespace: BBNCExtensions.API.Utility
Assemblies:  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
Syntax
public abstract AttributeItem AttributeItem(
	EAttributeRecordTypes attrType,
	int AttributeTypeID
)

Parameters

attrType
Type: BBNCExtensions.InterfacesEAttributeRecordTypes
The attribute record type.
AttributeTypeID
Type: SystemInt32
The attribute type ID.

Return Value

Type: AttributeItem
An API.DataObjects.AttributeItem object.