Show / Hide Table of Contents

Class StbCalColumnCriticalPosition

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

Constructors

| Improve this Doc View Source

StbCalColumnCriticalPosition()

Declaration
public StbCalColumnCriticalPosition()

Properties

| Improve this Doc View Source

bottom_X

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

bottom_Y

Declaration
public double bottom_Y { get; set; }
Property Value
Type Description
System.Double
| 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_X

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

top_Y

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