IObjectGetAttrValue Method (IAttrDef) |
Retrieves the specified attribute value.
Namespace: PDTec.IceNet.Core.ModelAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
SyntaxObject GetAttrValue(
IAttrDef pAttrDef
)
Parameters
- pAttrDef
- Type: PDTec.IceNet.Core.ModelIAttrDef
The attribute definition.
Return Value
Type:
ObjectThe attribute value if the attribute is assigned, otherwise the default value for the corresponding attribute value type.
See Also