class OpenStudio::Misc1UnitVector
Public Class Methods
Repeat(misc1Unit, int32)
click to toggle source
@return [Misc1UnitVector]
# File lib/openstudio-api-stubs/Classes/Misc1UnitVector.rb, line 49 def self.Repeat(misc1Unit, int32) end
new(*args)
click to toggle source
# File lib/openstudio-api-stubs/Classes/Misc1UnitVector.rb, line 4 def self.new(*args) end
Public Instance Methods
Add(misc1Unit)
click to toggle source
# File lib/openstudio-api-stubs/Classes/Misc1UnitVector.rb, line 33 def Add(misc1Unit) end
AddRange(misc1UnitVector)
click to toggle source
# File lib/openstudio-api-stubs/Classes/Misc1UnitVector.rb, line 35 def AddRange(misc1UnitVector) end
Clear()
click to toggle source
# File lib/openstudio-api-stubs/Classes/Misc1UnitVector.rb, line 31 def Clear end
CopyTo(*args)
click to toggle source
# File lib/openstudio-api-stubs/Classes/Misc1UnitVector.rb, line 53 def CopyTo(*args) end
GetEnumerator()
click to toggle source
@return [Misc1UnitVectorEnumerator]
# File lib/openstudio-api-stubs/Classes/Misc1UnitVector.rb, line 29 def GetEnumerator end
GetRange(int32, int32)
click to toggle source
@return [Misc1UnitVector]
# File lib/openstudio-api-stubs/Classes/Misc1UnitVector.rb, line 38 def GetRange(int32, int32) end
Insert(int32, misc1Unit)
click to toggle source
# File lib/openstudio-api-stubs/Classes/Misc1UnitVector.rb, line 40 def Insert(int32, misc1Unit) end
InsertRange(int32, misc1UnitVector)
click to toggle source
# File lib/openstudio-api-stubs/Classes/Misc1UnitVector.rb, line 42 def InsertRange(int32, misc1UnitVector) end
RemoveAt(int32)
click to toggle source
# File lib/openstudio-api-stubs/Classes/Misc1UnitVector.rb, line 44 def RemoveAt(int32) end
RemoveRange(int32, int32)
click to toggle source
# File lib/openstudio-api-stubs/Classes/Misc1UnitVector.rb, line 46 def RemoveRange(int32, int32) end
Reverse(*args)
click to toggle source
# File lib/openstudio-api-stubs/Classes/Misc1UnitVector.rb, line 55 def Reverse(*args) end
SetRange(int32, misc1UnitVector)
click to toggle source
# File lib/openstudio-api-stubs/Classes/Misc1UnitVector.rb, line 51 def SetRange(int32, misc1UnitVector) end
get_Capacity()
click to toggle source
@return [Int32]
# File lib/openstudio-api-stubs/Classes/Misc1UnitVector.rb, line 18 def get_Capacity end
get_Count()
click to toggle source
@return [Int32]
# File lib/openstudio-api-stubs/Classes/Misc1UnitVector.rb, line 23 def get_Count end
get_IsFixedSize()
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/Misc1UnitVector.rb, line 7 def get_IsFixedSize end
get_IsReadOnly()
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/Misc1UnitVector.rb, line 10 def get_IsReadOnly end
get_IsSynchronized()
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/Misc1UnitVector.rb, line 26 def get_IsSynchronized end
get_Item(int32)
click to toggle source
@return [Misc1Unit]
# File lib/openstudio-api-stubs/Classes/Misc1UnitVector.rb, line 13 def get_Item(int32) end
set_Capacity(int32)
click to toggle source
# File lib/openstudio-api-stubs/Classes/Misc1UnitVector.rb, line 20 def set_Capacity(int32) end
set_Item(int32, misc1Unit)
click to toggle source
# File lib/openstudio-api-stubs/Classes/Misc1UnitVector.rb, line 15 def set_Item(int32, misc1Unit) end