Class StbAnaLoadNode
Inheritance
System.Object
StbAnaLoadNode
Assembly: STBDotNet.dll
Syntax
public class StbAnaLoadNode : object
Properties
|
Improve this Doc
View Source
id_node
Declaration
public string id_node { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
tx
Declaration
public double tx { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
txSpecified
Declaration
public bool txSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ty
Declaration
public double ty { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
tySpecified
Declaration
public bool tySpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
tz
Declaration
public double tz { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
tzSpecified
Declaration
public bool tzSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ux
Declaration
public double ux { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
uxSpecified
Declaration
public bool uxSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
uy
Declaration
public double uy { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
uySpecified
Declaration
public bool uySpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
uz
Declaration
public double uz { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
uzSpecified
Declaration
public bool uzSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|