xpfCreateDotNetObject

FUNCTION xpfCreateDotNetObject (type                : STRING)
                                objecthandle        : INTEGER;
                

The xpfCreateDotNetObject  method creates a .Net object of the specified type. The type parameter must have the following syntax:

<namespace>: <class name>

The class must be defined in one of the .Net plugins that are loaded from the folder  %EDM_HOME%\dotnet_plugins.  If the class or namespace does not exist, an exception is thrown.

Arguments


1TypeNameComment
2STRINGtypeType of the .NET object

Return Value


 

TypeNameComment
INTEGERobjecthandlehandle to the created object

Options


 

Example


<Missing Example>

 

See also

Filter by label

There are no items with the selected labels at this time.