ArcFM Engine Developer Guide
SetAttributeValue Method


The attribute name.
The attribute value.
Sets the attribute value for a key.
Syntax
'Declaration
 
Public Sub SetAttributeValue( _
   ByVal key As String, _
   ByVal value As String _
) 
'Usage
 
Dim instance As CustomPipelineRuleConfigurationElement
Dim key As String
Dim value As String
 
instance.SetAttributeValue(key, value)
public void SetAttributeValue( 
   string key,
   string value
)

Parameters

key
The attribute name.
value
The attribute value.
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

CustomPipelineRuleConfigurationElement Class
CustomPipelineRuleConfigurationElement Members

 

 


Send Comment