←Select platform

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 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly