IObjTypeGetAttrDefs Method |
Retrieves all attribute definitions of this object type.
Namespace: PDTec.IceNet.Core.ModelAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
SyntaxIAttrDef[] GetAttrDefs(
bool inherited
)
Parameters
- inherited
- Type: SystemBoolean
Indicates if supertypes of this should be taken into consideration
Return Value
Type:
IAttrDefThe attribute definitions
See Also