class OpenStudio::Model::UnitarySystemPerformanceMultispeedVector
Public Class Methods
Repeat(unitarySystemPerformanceMultispeed, int32)
click to toggle source
@return [UnitarySystemPerformanceMultispeedVector]
# File lib/openstudio-api-stubs/Classes/UnitarySystemPerformanceMultispeedVector.rb, line 50 def self.Repeat(unitarySystemPerformanceMultispeed, int32) end
new(*args)
click to toggle source
# File lib/openstudio-api-stubs/Classes/UnitarySystemPerformanceMultispeedVector.rb, line 5 def self.new(*args) end
Public Instance Methods
Add(unitarySystemPerformanceMultispeed)
click to toggle source
# File lib/openstudio-api-stubs/Classes/UnitarySystemPerformanceMultispeedVector.rb, line 34 def Add(unitarySystemPerformanceMultispeed) end
AddRange(unitarySystemPerformanceMultispeedVector)
click to toggle source
# File lib/openstudio-api-stubs/Classes/UnitarySystemPerformanceMultispeedVector.rb, line 36 def AddRange(unitarySystemPerformanceMultispeedVector) end
Clear()
click to toggle source
# File lib/openstudio-api-stubs/Classes/UnitarySystemPerformanceMultispeedVector.rb, line 32 def Clear end
CopyTo(*args)
click to toggle source
# File lib/openstudio-api-stubs/Classes/UnitarySystemPerformanceMultispeedVector.rb, line 54 def CopyTo(*args) end
GetEnumerator()
click to toggle source
@return [UnitarySystemPerformanceMultispeedVectorEnumerator]
# File lib/openstudio-api-stubs/Classes/UnitarySystemPerformanceMultispeedVector.rb, line 30 def GetEnumerator end
GetRange(int32, int32)
click to toggle source
@return [UnitarySystemPerformanceMultispeedVector]
# File lib/openstudio-api-stubs/Classes/UnitarySystemPerformanceMultispeedVector.rb, line 39 def GetRange(int32, int32) end
Insert(int32, unitarySystemPerformanceMultispeed)
click to toggle source
# File lib/openstudio-api-stubs/Classes/UnitarySystemPerformanceMultispeedVector.rb, line 41 def Insert(int32, unitarySystemPerformanceMultispeed) end
InsertRange(int32, unitarySystemPerformanceMultispeedVector)
click to toggle source
# File lib/openstudio-api-stubs/Classes/UnitarySystemPerformanceMultispeedVector.rb, line 43 def InsertRange(int32, unitarySystemPerformanceMultispeedVector) end
RemoveAt(int32)
click to toggle source
# File lib/openstudio-api-stubs/Classes/UnitarySystemPerformanceMultispeedVector.rb, line 45 def RemoveAt(int32) end
RemoveRange(int32, int32)
click to toggle source
# File lib/openstudio-api-stubs/Classes/UnitarySystemPerformanceMultispeedVector.rb, line 47 def RemoveRange(int32, int32) end
Reverse(*args)
click to toggle source
# File lib/openstudio-api-stubs/Classes/UnitarySystemPerformanceMultispeedVector.rb, line 56 def Reverse(*args) end
SetRange(int32, unitarySystemPerformanceMultispeedVector)
click to toggle source
# File lib/openstudio-api-stubs/Classes/UnitarySystemPerformanceMultispeedVector.rb, line 52 def SetRange(int32, unitarySystemPerformanceMultispeedVector) end
get_Capacity()
click to toggle source
@return [Int32]
# File lib/openstudio-api-stubs/Classes/UnitarySystemPerformanceMultispeedVector.rb, line 19 def get_Capacity end
get_Count()
click to toggle source
@return [Int32]
# File lib/openstudio-api-stubs/Classes/UnitarySystemPerformanceMultispeedVector.rb, line 24 def get_Count end
get_IsFixedSize()
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/UnitarySystemPerformanceMultispeedVector.rb, line 8 def get_IsFixedSize end
get_IsReadOnly()
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/UnitarySystemPerformanceMultispeedVector.rb, line 11 def get_IsReadOnly end
get_IsSynchronized()
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/UnitarySystemPerformanceMultispeedVector.rb, line 27 def get_IsSynchronized end
get_Item(int32)
click to toggle source
@return [UnitarySystemPerformanceMultispeed]
# File lib/openstudio-api-stubs/Classes/UnitarySystemPerformanceMultispeedVector.rb, line 14 def get_Item(int32) end
set_Capacity(int32)
click to toggle source
# File lib/openstudio-api-stubs/Classes/UnitarySystemPerformanceMultispeedVector.rb, line 21 def set_Capacity(int32) end
set_Item(int32, unitarySystemPerformanceMultispeed)
click to toggle source
# File lib/openstudio-api-stubs/Classes/UnitarySystemPerformanceMultispeedVector.rb, line 16 def set_Item(int32, unitarySystemPerformanceMultispeed) end