Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Create Method (LeadLengthD)








Value to set.
Creates a new instance of LeadLengthD with the specified value.
Syntax
public static LeadLengthD Create( 
   double value
)
'Declaration
 
Public Shared Function Create( _
   ByVal value As Double _
) As LeadLengthD
'Usage
 
Dim value As Double
Dim value As LeadLengthD
 
value = LeadLengthD.Create(value)
public static LeadLengthD Create( 
   double value
)
LeadLengthD LeadLengthDMake(double value)
public static LeadLengthD create(double value)
 function Leadtools.LeadLengthD.Create( 
   value 
)
public:
static LeadLengthD Create( 
   double value
) 

Parameters

value
Value to set.

Return Value

The object this method creates.
Requirements

Target Platforms

See Also

Reference

LeadLengthD Structure
LeadLengthD Members

Error processing SSI file