Heureka API .NET Documentation
SetPropertyValue Method



Syntax
'Declaration
 
Public Sub SetPropertyValue( _
   ByVal propertyName As String, _
   ByVal value As Double _
) 
'Usage
 
Dim instance As ForestData
Dim propertyName As String
Dim value As Double
 
instance.SetPropertyValue(propertyName, value)
public void SetPropertyValue( 
   string propertyName,
   double value
)
public:
void SetPropertyValue( 
   String^ propertyName,
   double value
) 

Parameters

propertyName
value
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ForestData Class
ForestData Members

Send Feedback