Responder Developer Guide
CreateCustomEvaluator Method


Version: 10.2.1a

Resource Center Home

The type name of the custom evaluator.
Creates a custom evaluator object from a type name.
Syntax
'Declaration
 
Public Shared Function CreateCustomEvaluator( _
   ByVal typeName As String _
) As EvaluatorBase
'Usage
 
Dim typeName As String
Dim value As EvaluatorBase
 
value = EvaluatorBase.CreateCustomEvaluator(typeName)
public static EvaluatorBase CreateCustomEvaluator( 
   string typeName
)

Parameters

typeName
The type name of the custom evaluator.

Return Value

A custom evaluator object.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

EvaluatorBase Class
EvaluatorBase Members

 

 


Send Comment