Class StbAnaNode
Inheritance
System.Object
StbAnaNode
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
|
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 |
|