Create a new object

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public IEObject CreateObject(
	IEObjectType type
)
Public Function CreateObject ( _
	type As IEObjectType _
) As IEObject
public:
IEObject^ CreateObject(
	IEObjectType type
)

Parameters

type
IEObjectType
The object type

Return Value

The new object

See Also