Show / Hide Table of Contents

Class StbFooting

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

Constructors

| Improve this Doc View Source

StbFooting()

Declaration
public StbFooting()

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

Declaration
public string id_node { 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

level_bottom

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

level_bottomSpecified

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

name

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

offset_X

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

offset_XSpecified

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

offset_Y

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

offset_YSpecified

Declaration
public bool offset_YSpecified { 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

thickness_add_bottom

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

thickness_add_bottomSpecified

Declaration
public bool thickness_add_bottomSpecified { get; set; }
Property Value
Type Description
System.Boolean
| 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

thickness_add_top

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

thickness_add_topSpecified

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