←Select platform

CurrentItem Property

Summary

Gets or sets a value that represents the index of the metadata record that has just been generated.

Syntax
C#
VB
C++
public int CurrentItem {get; set;} 
Public Property CurrentItem() As Integer 
   Get 
   Set 
public:  
   property Int32 CurrentItem 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 

Property Value

A value that represents the index of the metadata record that has just been generated.

Remarks

The GenerateMetadataXml and GenerateMetadataJson classes both generate metadata, and fire the following events:

These events all have the GenerateMetadataArgs class as a parameter.

Example

For an example, refer to IStorageDataAccessAgent4.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.