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