Show / Hide Table of Contents

Class StbCalColumn

Inheritance
System.Object
StbCalColumn
Namespace: STBDotNet.v202
Assembly: STBDotNet.dll
Syntax
public class StbCalColumn : object

Constructors

| Improve this Doc View Source

StbCalColumn()

Declaration
public StbCalColumn()

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_node_bottom

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

id_node_top

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

id_parent

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

id_section

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

kind_structure

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

name

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

offset_bottom_X

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

offset_bottom_XSpecified

Declaration
public bool offset_bottom_XSpecified { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

offset_bottom_Y

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

offset_bottom_YSpecified

Declaration
public bool offset_bottom_YSpecified { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

offset_bottom_Z

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

offset_bottom_ZSpecified

Declaration
public bool offset_bottom_ZSpecified { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

offset_top_X

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

offset_top_XSpecified

Declaration
public bool offset_top_XSpecified { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

offset_top_Y

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

offset_top_YSpecified

Declaration
public bool offset_top_YSpecified { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

offset_top_Z

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

offset_top_ZSpecified

Declaration
public bool offset_top_ZSpecified { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

rotate

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

strength_concrete

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

thickness_add_end_X

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

thickness_add_end_XSpecified

Declaration
public bool thickness_add_end_XSpecified { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

thickness_add_end_Y

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

thickness_add_end_YSpecified

Declaration
public bool thickness_add_end_YSpecified { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

thickness_add_start_X

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

thickness_add_start_XSpecified

Declaration
public bool thickness_add_start_XSpecified { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

thickness_add_start_Y

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

thickness_add_start_YSpecified

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