EXECUTE_CUSTOM_PROCEDURE - Intergraph Smart Materials - Version 10.2 - Customization & Programming - Hexagon

Intergraph Smart Materials Customization (10.2)

Language
English
Product
Intergraph Smart Materials
Subproduct
Classic
Search by Category
Customization & Programming
Smart Materials/Smart Reference Data Version
10.2

Description:

This procedure is called in Smart Reference Data Plus if a customer defined procedure must be run. In addition to the PL/SQL custom logic within this procedure, if a .NET custom method needs to be called, then the OUT parameters p_assembly_name, p_assembly_type, p_class_name, p_method_name, p_parameter_tab, p_parameter_datatype need to be specified.

p_from_region - Specifies the region from which a call to this procedure was made ('SpecGeneralArea' if called from Spec General Area)

p_assembly_name - Specify the name of the .NET assembly. The assembly should reside in the same directory where the SmarPlant Reference Data.exe resides.

p_assembly_type - Specify the type of the .NET assembly ('dll' or 'exe' ).

p_class_name - Specify the name of the class within the assembly.

p_method_name - Specify the name of the method within the class to be invoked.

p_parameter_tab - Specify the parameters values for the method. The index should start from 1.

p_parameter_datatype_tab - Specify the data type of the parameter of the .NET custom method. Valid values are 'Single', 'Double', 'Decimal', 'String','Long', 'Integer','Boolean', and 'Date'. The index should start from 1.

Type:

Procedure

Usage:

Smart Reference Data Plus

Event:

Default:

See CIP source code