Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFDataReference.Step Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFDataReference.Step Property
This property returns if the value returned for this AFDataReference is stepped.

Namespace:  OSIsoft.AF.Asset
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182

Syntax

public virtual bool Step { get; }
Public Overridable ReadOnly Property Step As Boolean
	Get

Dim instance As AFDataReference
Dim value As Boolean

value = instance.Step
public:
virtual property bool Step {
	bool get ();
}
abstract Step : bool with get
override Step : bool with get

Property Value

Type: Boolean
Returns if the value for this AFDataReference is stepped.

Remarks

The step attribute defines how the values are to be interpolated. When set to , the values are treated as a continuous signal, and adjacent values are linearly interpolated. When set to , the values are treated discretely and adjacent values are not interpolated.

Version Information

AFSDK


See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in