IObjTypeTryGetAttrDefByName Method |
Retrieves an attribute definition.
Namespace: PDTec.IceNet.Core.ModelAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxbool TryGetAttrDefByName(
string name,
out IAttrDef pAttrDef
)
Parameters
- name
- Type: SystemString
The attribute definition name - pAttrDef
- Type: PDTec.IceNet.Core.ModelIAttrDef
The attribute definition.
Return Value
Type:
Booleantrue if the object type contains an attribute
definition with this name; otherwise,
false.
See Also