Keysight Pathwave 89600 VSA .NET API
IsCurrent Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Macro Class : IsCurrent Property


Glossary Item Box

Gets a value indicating whether a Build is required.

Syntax

Visual Basic (Declaration) 
Public MustOverride ReadOnly Property IsCurrent As Boolean
C# 
public abstract bool IsCurrent {get;}
C++/CLI 
public:
abstract property bool IsCurrent {
   bool get();
}

Remarks

If the source code for the macro is newer than the executable code or no executable code exists, this property will return true. Otherwise it will return false.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also