| IObjTypeCreateObject Method  | 
            Creates an object instance of this type.
            
 
Namespace: PDTec.IceNet.Core.ModelAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
SyntaxIObject CreateObject(
	IFolder pFolder,
	string name,
	string description
)
Parameters
- pFolder
 - Type: PDTec.IceNet.Core.ModelIFolder
The folder the object ist to be instantiated in - name
 - Type: SystemString
The name. Must not be empty. - description
 - Type: SystemString
The Description. Can be an empty string. 
Return Value
Type: 
IObjectThe new object instance
See Also