Class TLineSpacingObj

Unit

Declaration

type TLineSpacingObj = class(TDSSObject)

Description

No description available, ancestor TDSSObject description follows
No description available, ancestor TNamedObject description follows

this is a GUID compliant to RFC 4122, v4

Hierarchy

Overview

Fields

Public FX: pDoubleArray;
Public FY: pDoubleArray;
Public FNConds: Integer;
Public NPhases: Integer;
Public Units: Integer;
Public DataChanged: Boolean;

Methods

Public function Get_FX(i: Integer): Double;
Public function Get_FY(i: Integer): Double;
Public procedure Set_FX(i: Integer; Value: Double);
Public procedure Set_FY(i: Integer; Value: Double);
Public constructor Create(ParClass: TDSSClass; const LineSpacingName: String);
Public destructor Destroy; OVERRIDE;
Public procedure PropertySideEffects(Idx: Integer; previousIntVal: Integer = 0); override;
Public procedure MakeLike(OtherPtr: Pointer); override;

Properties

Public property Xcoord[i:Integer]: Double READ Get_FX WRITE Set_FX;
Public property Ycoord[i:Integer]: Double READ Get_FY WRITE Set_FY;
Public property NWires: Integer READ FNConds;

Description

Fields

Public FX: pDoubleArray;
 
Public FY: pDoubleArray;
 
Public FNConds: Integer;
 
Public NPhases: Integer;
 
Public Units: Integer;
 
Public DataChanged: Boolean;
 

Methods

Public function Get_FX(i: Integer): Double;

CIM Accessors

Public function Get_FY(i: Integer): Double;
 
Public procedure Set_FX(i: Integer; Value: Double);
 
Public procedure Set_FY(i: Integer; Value: Double);
 
Public constructor Create(ParClass: TDSSClass; const LineSpacingName: String);
 
Public destructor Destroy; OVERRIDE;
 
Public procedure PropertySideEffects(Idx: Integer; previousIntVal: Integer = 0); override;
 
Public procedure MakeLike(OtherPtr: Pointer); override;
 

Properties

Public property Xcoord[i:Integer]: Double READ Get_FX WRITE Set_FX;

CIM XML accessors TODO: remove

Public property Ycoord[i:Integer]: Double READ Get_FY WRITE Set_FY;
 
Public property NWires: Integer READ FNConds;
 

Generated by PasDoc 0.16.0.