| IObjTypeCreateAttrDef Method  | 
            Creates 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)
SyntaxIAttrDef CreateAttrDef(
	string name,
	string displayName,
	string description,
	IAttrType pAttrType
)
Parameters
- name
 - Type: SystemString
The name of the attribute definition. This name 
            must only be unique within the scope of the object type. Therefore 
            no package prefixes are required. - displayName
 - Type: SystemString
The display name - description
 - Type: SystemString
The description. Can be an empty string. - pAttrType
 - Type: PDTec.IceNet.Core.ModelIAttrType
The attribute type 
Return Value
Type: 
IAttrDefThe new attribute definition
See Also