←Select platform

Length Property

Summary

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

Syntax

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

Property Value

Value indicating the length of the value to be stored in the data element.

Example

For an example, refer to Reset.

Requirements

Target Platforms

See Also

Reference

DicomVR Class

DicomVR Members

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

Leadtools.Dicom Assembly