Visual Basic (Declaration) | |
---|---|
Function StepValue( _ ByVal propertyName As String _ ) As IStepValue |
C# | |
---|---|
IStepValue StepValue( string propertyName ) |
C++/CLI | |
---|---|
IStepValue^ StepValue( String^ propertyName ) |
Parameters
- propertyName
- Name of the property.
Return Value
A reference to an IStepValue interface.The IStepValue interface should be used immediately and not cached for later use since it only returns reliable information for the current state of the application.
Get the maximum center frequency.
C# | ![]() |
---|---|
(app.Measurements.SelectedItem.Frequency as IPropertyInfo).StepValue("Center").MaxValue; |
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)