←Select platform

LayerCount Property

Summary

Gets the number of the Graphic Layers.

Syntax
C#
VB
C++
public int LayerCount { get; } 
Public ReadOnly Property LayerCount As Integer 
public: 
property int LayerCount { 
   int get(); 
} 

Property Value

Number of the Graphic Layers.

Remarks

This property gets the number of layers inside a DICOM Data Set by counting the number of items under the "Graphic Layer Sequence" (0070,0060).

Example

For an example, refer to CreateLayer.

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