Class StbCalNodePanel
Inheritance
System.Object
StbCalNodePanel
Assembly: STBDotNet.dll
Syntax
public class StbCalNodePanel : 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
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
G
Declaration
public double G { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
GSpecified
Declaration
public bool GSpecified { 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
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 |
|