Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Dicom.AddIn.Interfaces Namespace > IFeature Interface : Counter Property |
Nullable<int> Counter {get;}
'Declaration ReadOnly Property Counter As Nullable(Of Integer)
'Usage Dim instance As IFeature Dim value As Nullable(Of Integer) value = instance.Counter
property Nullable<int> Counter { Nullable<int> get(); }