Show / Hide Table of Contents

Class StbPile

Inheritance
System.Object
StbPile
Namespace: STBDotNet.v202
Assembly: STBDotNet.dll
Syntax
public class StbPile : 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

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

kind_structure

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

length_all

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

length_allSpecified

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

length_foot

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

length_footSpecified

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

length_head

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

length_headSpecified

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

level_top

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

level_topSpecified

Declaration
public bool level_topSpecified { 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
In This Article
Back to top Generated by DocFX