ArcFM Engine Developer Guide
HandleSetAttributeValue Method


The key of the attribute to set.
The value to set for the attribute.
Sets the value to the specified attribute and updates the properties collection.
Syntax
'Declaration
 
Public Sub HandleSetAttributeValue( _
   ByVal key As String, _
   ByVal value As String _
) 
'Usage
 
Dim instance As CustomProviderDataHelper(Of T)
Dim key As String
Dim value As String
 
instance.HandleSetAttributeValue(key, value)
public void HandleSetAttributeValue( 
   string key,
   string value
)

Parameters

key
The key of the attribute to set.
value
The value to set for the attribute.
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

CustomProviderDataHelper<T> Class
CustomProviderDataHelper<T> Members

 

 


Send Comment