C#
VB
WinRT C#
C++
Gets or sets an array of LightCommandData structures that contains information on each light source.
public LightCommandData[] Data { get; set; }
Public Property Data As Leadtools.Imageprocessing.Specialeffects.LightCommandData()
public [Leadtools.Imageprocessing.Specialeffects.LightCommandData[]](lightcommanddata.md) Data {get; set;}
get_Data();
set_Data(value);
Object.defineProperty('Data');
public:
property Leadtools.Imageprocessing.Specialeffects.array<LightCommandData>^ Data {
Leadtools.Imageprocessing.Specialeffects.array<LightCommandData>^ get();
void set ( Leadtools.Imageprocessing.Specialeffects.array<LightCommandData>^ );
}
An array of LightCommandData structures that contains information on each light source.
Refer to LightCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET