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: 6.0.0.0 (6.0.6225.27214)
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