Get the template object. This objects is the template for the new created object by user interactions.

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

Syntax

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

Parameters

type
IEObjectType
The object type

Return Value

Returns the template object.

See Also