| ModelUtilsGetAttrDefs Method | 
            Retrieves all attribute definitions of given name for this object type.
            
 
Namespace: PDTec.IceNet.Sdk.UtilsAssembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
 Syntax
Syntaxpublic 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: 
IAttrDefThe attribute definitions.
 See Also
See Also