| ModelUtilsTryGetObjAttrDefByName Method  | 
            Tries the get an object attribute definition from the repository. The usual try-get pattern applies.
            
 
Namespace: PDTec.IceNet.Sdk.UtilsAssembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic static bool TryGetObjAttrDefByName(
	IRepository pRepository,
	string objTypeName,
	string attrDefName,
	out IAttrDef pResult
)
Parameters
- pRepository
 - Type: PDTec.IceNet.Core.ModelIRepository
The repository. - objTypeName
 - Type: SystemString
Name of the object type. - attrDefName
 - Type: SystemString
Name of the attribute definition. - pResult
 - Type: PDTec.IceNet.Core.ModelIAttrDef
The resulting attribute definition. 
Return Value
Type: 
Booleantrue if an attribute definition with the specified name exists; otherwise 
false.
See Also