Show / Hide Table of Contents

Class StbAnaNodePanelProperty

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

Properties

| Improve this Doc View Source

B_x

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

B_xSpecified

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

B_y

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

B_ySpecified

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

B_z

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

B_zSpecified

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

D_x

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

D_xSpecified

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

D_y

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

D_ySpecified

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

D_z

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

D_zSpecified

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

guid

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

id

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

id_material

Declaration
public string id_material { 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

t_x

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

t_xSpecified

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

t_y

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

t_ySpecified

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

t_z

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

t_zSpecified

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