Method to register the plugin's inputs,
outputs, and events
| [Visual Basic .NET] |
|---|
Public Function Register( _
ByVal pRegisterHandler As AgAsEOMFuncPluginRegisterHandler _
) As Boolean
|
| [C#] |
|---|
public bool Register(
|
| [Managed C++] |
|---|
public: bool Register(
|
| [Java] |
|---|
public bool register(
|
| [Unmanaged C++] |
|---|
public: HRESULT Register(
|
- pRegisterHandler