ArcFM Solution Developer Guide
SetCurrentValue(DependencyProperty,Object) Method


Syntax
'Declaration
 
Public Sub SetCurrentValue( _
   ByVal dp As System.Windows.DependencyProperty, _
   ByVal value As System.Object _
) 
'Usage
 
Dim instance As DomainFilterCreate
Dim dp As System.Windows.DependencyProperty
Dim value As System.Object
 
instance.SetCurrentValue(dp, value)
public void SetCurrentValue( 
   System.Windows.DependencyProperty dp,
   System.object value
)

Parameters

dp
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

DomainFilterCreate Class
DomainFilterCreate Members

 

 


Send Comment