←Select platform

Data Property

Summary

Gets or sets the tag's data.

Syntax

C#
VB
C++
public long[] Data { get; set; } 
  
Public Property Data As Long() 
public: 
property array<int64>^ Data { 
   array<int64>^ get(); 
   void set (    array<int64>^ ); 
} 

Property Value

Array that contains the tag's data.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly