ArcFM Desktop Developer Guide
PipelineRuleConfigurationElement Constructor(String,Type)


Name of the rule in config.
The underlying type of rule this object configures.
Creates a new IntegrationRuleConfigurationElement instance.
Syntax
'Declaration
 
Public Function New( _
   ByVal RuleName As String, _
   ByVal RuleType As Type _
)
'Usage
 
Dim RuleName As String
Dim RuleType As Type
 
Dim instance As New PipelineRuleConfigurationElement(RuleName, RuleType)
public PipelineRuleConfigurationElement( 
   string RuleName,
   Type RuleType
)

Parameters

RuleName
Name of the rule in config.
RuleType
The underlying type of rule this object configures.
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

PipelineRuleConfigurationElement Class
PipelineRuleConfigurationElement Members
Overload List

 

 


Send Comment