Heureka API .NET Documentation
ValueData Property



If this is the state after a treatment, this property contains the value data of that treatment (revenues, timber volumes, harvest residue extractions etc)
Syntax
'Declaration
 
Public ReadOnly Property ValueData As ValueData
'Usage
 
Dim instance As ApiState
Dim value As ValueData
 
value = instance.ValueData
public ValueData ValueData {get;}
public:
property ValueData^ ValueData {
   ValueData^ get();
}
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

ApiState Class
ApiState Members

Send Feedback