ArcFM Solution Developer Guide
Set<T> Method (SnapToGridAttributesViewModel)


Syntax
'Declaration
 
Public Overridable Function Set(Of T)( _
   ByRef oldValue As T, _
   ByVal newValue As T, _
   Optional ByVal propertyName As System.String _
) As System.Boolean
'Usage
 
Dim instance As SnapToGridAttributesViewModel
Dim oldValue As T
Dim newValue As T
Dim propertyName As System.String
Dim value As System.Boolean
 
value = instance.Set(Of T)(oldValue, newValue, propertyName)
public virtual System.bool Set<T>( 
   ref T oldValue,
   T newValue,
   System.string propertyName
)

Parameters

oldValue
newValue
propertyName

Type Parameters

T
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

SnapToGridAttributesViewModel Class
SnapToGridAttributesViewModel Members

 

 


Send Comment