Click or drag to resize

ModelUtilsGetAttrDefs Method

Retrieves all attribute definitions of given name for this object type.

Namespace:  PDTec.IceNet.Sdk.Utils
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static IAttrDef[] GetAttrDefs(
	IObjType pObjType,
	string attrDefName,
	bool inherited
)

Parameters

pObjType
Type: PDTec.IceNet.Core.ModelIObjType
The object type.
attrDefName
Type: SystemString
The attribute definition name.
inherited
Type: SystemBoolean
Indicates if supertypes of pObjType should be taken into consideration.

Return Value

Type: IAttrDef
The attribute definitions.
See Also