Show / Hide Table of Contents

Class StbAnaSection

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

Properties

| Improve this Doc View Source

Ax

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

AxSpecified

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

Ay

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

AySpecified

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

Az

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

AzSpecified

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

Ix

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

IxSpecified

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

Iy

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

IySpecified

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

Iz

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

IzSpecified

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