CoordinateModel.byte_data Property

Any byte data describing the coordinate (image, etc) - not transferred
<DefaultValue(null)> _ 
Public Property byte_data() As Byte()
This language is not supported or no code example is available.
[DefaultValue(null)] 
public byte[] byte_data {get; set;}
This language is not supported or no code example is available.
[DefaultValue(null)] 
public:  
property array< Byte >^ byte_data { 
array< Byte >^ get( ); 
void set( 
array< Byte >^ value 
); 
}
This language is not supported or no code example is available.
public  
DefaultValue(null) 
function get byte_data() : byte[]; 
public  
DefaultValue(null) 
function set byte_data(value : byte[]);
This language is not supported or no code example is available.

Property Value

byte[]

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition