AFAttributeTemplate.AttributeTemplates Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This is a collection of child attribute templates that have been added to this
attribute template.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFAttributeTemplates AttributeTemplates { get; }
Public ReadOnly Property AttributeTemplates As AFAttributeTemplates Get Dim instance As AFAttributeTemplate Dim value As AFAttributeTemplates value = instance.AttributeTemplates
public: property AFAttributeTemplates^ AttributeTemplates { AFAttributeTemplates^ get (); }
member AttributeTemplates : AFAttributeTemplates with get
Property Value
Type: AFAttributeTemplatesA collection of child attribute templates that have been added to this attribute template.
Remarks
The hierarchy of attribute templates created within the AFElementTemplate object will
be instantiated as a hierarchy of attributes when the element (or derived type) is created.