Show / Hide Table of Contents

Class StbAnaLoadCase

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

name

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

StbAnaLoadBeam

Declaration
public StbAnaLoadBeam[] StbAnaLoadBeam { get; set; }
Property Value
Type Description
StbAnaLoadBeam[]
| Improve this Doc View Source

StbAnaLoadNode

Declaration
public StbAnaLoadNode[] StbAnaLoadNode { get; set; }
Property Value
Type Description
StbAnaLoadNode[]
| Improve this Doc View Source

StbAnaLoadSpring

Declaration
public StbAnaLoadSpring[] StbAnaLoadSpring { get; set; }
Property Value
Type Description
StbAnaLoadSpring[]
| Improve this Doc View Source

StbAnaLoadTruss

Declaration
public StbAnaLoadTruss[] StbAnaLoadTruss { get; set; }
Property Value
Type Description
StbAnaLoadTruss[]
| Improve this Doc View Source

StbAnaLoadWall

Declaration
public StbAnaLoadWall[] StbAnaLoadWall { get; set; }
Property Value
Type Description
StbAnaLoadWall[]
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX