Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / Tag.TagCalcType Enumeration


In This Topic
    Tag.TagCalcType Enumeration
    In This Topic
    This is the enumerated list of calctype that we currently support. AnalyticTag is for CSense Analytic tag. all other tags are RawTag.
    Syntax
    Public Enum Tag.TagCalcType 
       Inherits System.Enum
    public enum Tag.TagCalcType : System.Enum 
    public enum class Tag.TagCalcType : public System.Enum 
    Members
    MemberDescription
    AnalyticTag Set to this value only for Csense Analytic Tags.
    RawTag Is the default value for all tags.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Proficy.Historian.ClientAccess.API.Tag.TagCalcType

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also