Show / Hide Table of Contents

Class StbNode

Inheritance
System.Object
StbNode
Namespace: STBDotNet.v202
Assembly: STBDotNet.dll
Syntax
public class StbNode : 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

id

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

id_member

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

kind

Declaration
public StbNodeKind kind { get; set; }
Property Value
Type Description
StbNodeKind
| Improve this Doc View Source

X

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

Y

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

Z

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