Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

FromDouble Method








The data to set.
Sets the tag data to the specified double precision values.
Syntax
public void FromDouble( 
   double[] value
)
'Declaration
 
Public Sub FromDouble( _
   ByVal value() As Double _
) 
'Usage
 
Dim instance As RasterTagMetadata
Dim value() As Double
 
instance.FromDouble(value)
public void FromDouble( 
   double[] value
)
- (void)fromDouble:(const double *)buffer itemCount:(NSUInteger)count
public void fromDouble(double[] value)
 function Leadtools.RasterTagMetadata.FromDouble( 
   value 
)
public:
void FromDouble( 
   array<double>^ value
) 

Parameters

value
The data to set.
Example
For an example, refer to RasterTagMetadata
Requirements

Target Platforms

See Also

Reference

RasterTagMetadata Class
RasterTagMetadata Members

Error processing SSI file