Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Value Property








Gets or sets the value of this LeadLengthD object.
Syntax
public double Value {get; set;}
'Declaration
 
Public Property Value As Double
'Usage
 
Dim instance As LeadLengthD
Dim value As Double
 
instance.Value = value
 
value = instance.Value
public double Value {get; set;}
public double getValue()
public void setValue(double value)
            
 <br/>get_Value();<br/>set_Value(value);<br/>Object.defineProperty('Value'); 
public:
property double Value {
   double get();
   void set (    double value);
}

Property Value

The value of this LeadLengthD object
Requirements

Target Platforms

See Also

Reference

LeadLengthD Structure
LeadLengthD Members

Error processing SSI file