Counter Property

Summary

Gets the counter associated with this feature.

Syntax
C#
VB
C++
public Nullable<int> Counter { get; } 
  
ReadOnly Property Counter As Nullable(Of Integer) 
property Nullable<int> Counter { 
   Nullable<int> get(); 
} 

Property Value

The max value associate with the feature.

Remarks

This is only valid if Type is LimitedNumber.

Requirements

Target Platforms

Help Version 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly