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