Show / Hide Table of Contents

Class StbAnaStory

Inheritance
System.Object
StbAnaStory
Namespace: STBDotNet.v202
Assembly: STBDotNet.dll
Syntax
public class StbAnaStory : object

Properties

| Improve this Doc View Source

guid

Declaration
public string guid { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

height

Declaration
public double height { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

heightSpecified

Declaration
public bool heightSpecified { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

id

Declaration
public string id { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

id_node_lower

Declaration
public string id_node_lower { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

id_node_upper

Declaration
public string id_node_upper { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

name

Declaration
public string name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

StbAnaMemberid_List

Declaration
public StbAnaMemberid[] StbAnaMemberid_List { get; set; }
Property Value
Type Description
StbAnaMemberid[]
| Improve this Doc View Source

sum_weight

Declaration
public double sum_weight { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

sum_weightSpecified

Declaration
public bool sum_weightSpecified { get; set; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX