Show / Hide Table of Contents

Class StbCalColumnCondition

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

Constructors

| Improve this Doc View Source

StbCalColumnCondition()

Declaration
public StbCalColumnCondition()

Properties

| Improve this Doc View Source

bottom_spring_X

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

bottom_spring_XSpecified

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

bottom_spring_Y

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

bottom_spring_YSpecified

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

bottom_X

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

bottom_Y

Declaration
public StbCalColumnConditionBottom_Y bottom_Y { get; set; }
Property Value
Type Description
StbCalColumnConditionBottom_Y
| 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

top_spring_X

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

top_spring_XSpecified

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

top_spring_Y

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

top_spring_YSpecified

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

top_X

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

top_Y

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