Search Results for

    Show / Hide Table of Contents

    Class EnergyGraph

    • C#
    • Visual Basic
    [Obfuscation(Exclude = true, ApplyToMembers = true)]
    [Serializable]
    public class EnergyGraph
    <Obfuscation(Exclude:=True, ApplyToMembers:=True)>
    <Serializable>
    Public Class EnergyGraph
    Inheritance
    System.Object
    EnergyGraph
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: HomeSeer.PluginSdk.Energy
    Assembly: PluginSdk.dll


    PLEASE NOTE: Code related to the Energy components in HomeSeer were ported from the HS3 plugin API and have not been fully tested to verify full functionality from the new SDK. The Energy API may undergo significant changes in the near future. Please use with caution.


    Fields

    View Source

    AdditionalParameters

    Declaration
    • C#
    • Visual Basic
    public string AdditionalParameters
    Public AdditionalParameters As String
    Field Value
    Type Description
    System.String
    View Source

    DateGenerated

    Declaration
    • C#
    • Visual Basic
    public DateTime DateGenerated
    Public DateGenerated As Date
    Field Value
    Type Description
    System.DateTime
    View Source

    DefaultGraph

    Declaration
    • C#
    • Visual Basic
    public int DefaultGraph
    Public DefaultGraph As Integer
    Field Value
    Type Description
    System.Int32
    View Source

    dvRefs

    Declaration
    • C#
    • Visual Basic
    public string dvRefs
    Public dvRefs As String
    Field Value
    Type Description
    System.String
    View Source

    Height

    Declaration
    • C#
    • Visual Basic
    public int Height
    Public Height As Integer
    Field Value
    Type Description
    System.Int32
    View Source

    ID

    Declaration
    • C#
    • Visual Basic
    public int ID
    Public ID As Integer
    Field Value
    Type Description
    System.Int32
    View Source

    IsLocked

    Declaration
    • C#
    • Visual Basic
    public int IsLocked
    Public IsLocked As Integer
    Field Value
    Type Description
    System.Int32
    View Source

    IsVisible

    Declaration
    • C#
    • Visual Basic
    public int IsVisible
    Public IsVisible As Integer
    Field Value
    Type Description
    System.Int32
    View Source

    LinkedIDs

    Declaration
    • C#
    • Visual Basic
    public string LinkedIDs
    Public LinkedIDs As String
    Field Value
    Type Description
    System.String
    View Source

    MultiLayered

    Declaration
    • C#
    • Visual Basic
    public int MultiLayered
    Public MultiLayered As Integer
    Field Value
    Type Description
    System.Int32
    View Source

    Name

    Declaration
    • C#
    • Visual Basic
    public string Name
    Public Name As String
    Field Value
    Type Description
    System.String
    View Source

    Width

    Declaration
    • C#
    • Visual Basic
    public int Width
    Public Width As Integer
    Field Value
    Type Description
    System.Int32
    View Source

    YAxis

    Declaration
    • C#
    • Visual Basic
    public int YAxis
    Public YAxis As Integer
    Field Value
    Type Description
    System.Int32
    • View Source
    In This Article
    Back to top HomeSeer Technologies