AFAnalysisTemplate.None Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
An AFAnalysisTemplate that represents no analysis template.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public static AFAnalysisTemplate None { get; }
Public Shared ReadOnly Property None As AFAnalysisTemplate Get Dim value As AFAnalysisTemplate value = AFAnalysisTemplate.None
public: static property AFAnalysisTemplate^ None { AFAnalysisTemplate^ get (); }
static member None : AFAnalysisTemplate with get
Property Value
Type: AFAnalysisTemplateReturns an AFAnalysisTemplate that represents no analysis template that can be used in some searches where you want to find objects that do not have an analysis template specified.