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