Class StbCalGirderCondition
Inheritance
System.Object
StbCalGirderCondition
Assembly: STBDotNet.dll
Syntax
public class StbCalGirderCondition : object
Constructors
|
Improve this Doc
View Source
StbCalGirderCondition()
Declaration
public StbCalGirderCondition()
Properties
|
Improve this Doc
View Source
end
Declaration
public StbCalGirderConditionEnd end { get; set; }
Property Value
|
Improve this Doc
View Source
end_spring
Declaration
public double end_spring { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
end_springSpecified
Declaration
public bool end_springSpecified { 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
start
Declaration
public StbCalGirderConditionStart start { get; set; }
Property Value
|
Improve this Doc
View Source
start_spring
Declaration
public double start_spring { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
start_springSpecified
Declaration
public bool start_springSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|