| Visual Basic (Declaration) | |
|---|---|
Public Interface IPropertyInfo | |
| C# | |
|---|---|
public interface IPropertyInfo | |
| C++/CLI | |
|---|---|
public interface class IPropertyInfo | |
This interface can be useful in determining what the valid values, limits, and suggested stepping is for a given property. It can also be useful in determining if a given property is currently usable. Note: Not every property will have information about it.
(app.Measurements.SelectedItem.Frequency as Vsa.IPropertyInfo).StepValue("Center").MaxValue;
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)