| Visual Basic (Declaration) | |
|---|---|
Public MustOverride Sub Reset( _ ByVal resetType As DataRegisterResetType _ ) | |
| C# | |
|---|---|
public abstract void Reset( DataRegisterResetType resetType ) | |
| C++/CLI | |
|---|---|
public: abstract void Reset( DataRegisterResetType resetType ) | |
Parameters
- resetType
- The data template specification.
This method is useful to initialize the data register contents and then use the MeasurementData object to modify the StateDictionary or the data for this data register.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)