Click or drag to resize

IRepositoryTryGetAttrTypeById Method

Retrieves an attribute type.

Namespace:  PDTec.IceNet.Core.Model
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
bool TryGetAttrTypeById(
	string id,
	out IAttrType pAttrType
)

Parameters

id
Type: SystemString
The attribute type ID.
pAttrType
Type: PDTec.IceNet.Core.ModelIAttrType
The attribute type.

Return Value

Type: Boolean
true if the repository contains an attribute type with this ID; otherwise, false.
See Also