AFElementTemplate.AttributeTemplates Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Gets the collection of AFAttributeTemplate objects
that are owned by this 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 AFElementTemplate Dim value As AFAttributeTemplates value = instance.AttributeTemplates
public: property AFAttributeTemplates^ AttributeTemplates { AFAttributeTemplates^ get (); }
member AttributeTemplates : AFAttributeTemplates with get
Property Value
Type: AFAttributeTemplatesCollection of AFAttributeTemplate objects that are owned by this template.
Remarks
This collection is used while creating the AFBaseElement.Attributes
collection when an element is created from this template.