←Select platform

Length Property

Summary

Gets the length of the value stored in the data element.

Syntax

C#
VB
Java
WinRT C#
C++
public long Length { get; } 
Public ReadOnly Property Length As Long 
public long Length {get;} 
public long getLength() 
 get_Length();  
public: 
property int64 Length { 
   int64 get(); 
} 

Property Value

Value indicating the length of the value stored in the data element. If the stored value is a sequence, this value will be (0xFFFFFFFF).

Example

For an example, refer to SetIntValue.

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.Dicom Assembly