Show / Hide Table of Contents

Class StbCalSeismicCondition

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

Constructors

| Improve this Doc View Source

StbCalSeismicCondition()

Declaration
public StbCalSeismicCondition()

Properties

| Improve this Doc View Source

importance

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

soil

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

Tc

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

TcSpecified

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

zone

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