ArcFM Desktop Developer Guide
GetPropertyValue Method


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

Parameters

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