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

Show in webframe

Data Property








Gets or sets an array of LightCommandData structures that contains information on each light source.
Syntax
public LightCommandData[] Data {get; set;}
'Declaration
 
Public Property Data As LightCommandData()
'Usage
 
Dim instance As LightCommand
Dim value() As LightCommandData
 
instance.Data = value
 
value = instance.Data
public LightCommandData[] Data {get; set;}

            

            
 
get_Data();
set_Data(value);
Object.defineProperty('Data');
public:
property array<LightCommandData>^ Data {
   array<LightCommandData>^ get();
   void set (    array<LightCommandData>^ value);
}

Property Value

An array of LightCommandData structures that contains information on each light source.
Example
Refer to LightCommand.
Requirements

Target Platforms

See Also

Reference

LightCommand Class
LightCommand Members

Error processing SSI file