ArcFM Engine Developer Guide
AddPropertyValue Method


Syntax
'Declaration
 
Public Shared Function AddPropertyValue( _
   ByVal element As DependencyObject, _
   ByVal property As DependencyProperty, _
   ByVal value As Object _
) As Object
'Usage
 
Dim element As DependencyObject
Dim property As DependencyProperty
Dim value As Object
Dim value As Object
 
value = ElementStateOperations.AddPropertyValue(element, property, value)
public static object AddPropertyValue( 
   DependencyObject element,
   DependencyProperty property,
   object value
)

Parameters

element
property
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

ElementStateOperations Class
ElementStateOperations Members

 

 


Send Comment