Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

ExternalEnergy Property








The percent external energy used in constructing the minimal paths.
Syntax
public int ExternalEnergy {get; set;}
'Declaration
 
Public Property ExternalEnergy As Integer
'Usage
 
Dim instance As GWireCommand
Dim value As Integer
 
instance.ExternalEnergy = value
 
value = instance.ExternalEnergy
public int ExternalEnergy {get; set;}
 <br/>get_ExternalEnergy();<br/>set_ExternalEnergy(value);<br/>Object.defineProperty('ExternalEnergy'); 
public:
property int ExternalEnergy {
   int get();
   void set (    int value);
}

Property Value

The value of the external energy used in constructing the minimum paths in the image. The sum of the external energy and the internal energy used is 100. Valid values range from 0 to 100.
Requirements

Target Platforms

See Also

Reference

GWireCommand Class
GWireCommand Members

Error processing SSI file