I want to retrieve Event Frame templates using the AF SDK. So far, I've only been able to retrieve Element templates. I'm wondering which method I should use. I'm using OSIsoft.AFSDK.dll version 3.0.0.790.
I want to retrieve Event Frame templates using the AF SDK. So far, I've only been able to retrieve Element templates. I'm wondering which method I should use. I'm using OSIsoft.AFSDK.dll version 3.0.0.790.
Hello Eboukadheba ,
There is no AFEventFrameTemplate object but instead AFElementTemplate is used.
Please allow me to refer you to AFEventFrame Constructor (AFDatabase, String, AFElementTemplate) as one of the existing AFEventFrame Constructor overloads.
The AFElementTemplate that is to be used to create a new instance of the AFEventFrame object. The template must have its InstanceType set to AFEventFrame. If , then the element is created without a template and properties normally defined by the template will be defined by the element instead.
Hello Eboukadheba ,
There is no AFEventFrameTemplate object but instead AFElementTemplate is used.
Please allow me to refer you to AFEventFrame Constructor (AFDatabase, String, AFElementTemplate) as one of the existing AFEventFrame Constructor overloads.
The AFElementTemplate that is to be used to create a new instance of the AFEventFrame object. The template must have its InstanceType set to AFEventFrame. If , then the element is created without a template and properties normally defined by the template will be defined by the element instead.