←Select platform

Length Property

Summary

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

Syntax
C#
VB
C++
Java
public long Length { get; } 
Public ReadOnly Property Length As Long 
public long getLength() 
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly