Show / Hide Table of Contents

Class StbAnaNode

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

StbAnaBoundary

Declaration
public StbAnaBoundary StbAnaBoundary { get; set; }
Property Value
Type Description
StbAnaBoundary
| 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