class OpenStudio::EndUseTypeVector

Public Class Methods

Repeat(endUseType, int32) click to toggle source

@return [EndUseTypeVector]

# File lib/openstudio-api-stubs/Classes/EndUseTypeVector.rb, line 49
def self.Repeat(endUseType, int32)
end
new(*args) click to toggle source
# File lib/openstudio-api-stubs/Classes/EndUseTypeVector.rb, line 4
def self.new(*args)
end

Public Instance Methods

Add(endUseType) click to toggle source
# File lib/openstudio-api-stubs/Classes/EndUseTypeVector.rb, line 33
def Add(endUseType)
end
AddRange(endUseTypeVector) click to toggle source
# File lib/openstudio-api-stubs/Classes/EndUseTypeVector.rb, line 35
def AddRange(endUseTypeVector)
end
Clear() click to toggle source
# File lib/openstudio-api-stubs/Classes/EndUseTypeVector.rb, line 31
def Clear
end
CopyTo(*args) click to toggle source
# File lib/openstudio-api-stubs/Classes/EndUseTypeVector.rb, line 53
def CopyTo(*args)
end
GetEnumerator() click to toggle source

@return [EndUseTypeVectorEnumerator]

# File lib/openstudio-api-stubs/Classes/EndUseTypeVector.rb, line 29
def GetEnumerator
end
GetRange(int32, int32) click to toggle source

@return [EndUseTypeVector]

# File lib/openstudio-api-stubs/Classes/EndUseTypeVector.rb, line 38
def GetRange(int32, int32)
end
Insert(int32, endUseType) click to toggle source
# File lib/openstudio-api-stubs/Classes/EndUseTypeVector.rb, line 40
def Insert(int32, endUseType)
end
InsertRange(int32, endUseTypeVector) click to toggle source
# File lib/openstudio-api-stubs/Classes/EndUseTypeVector.rb, line 42
def InsertRange(int32, endUseTypeVector)
end
RemoveAt(int32) click to toggle source
# File lib/openstudio-api-stubs/Classes/EndUseTypeVector.rb, line 44
def RemoveAt(int32)
end
RemoveRange(int32, int32) click to toggle source
# File lib/openstudio-api-stubs/Classes/EndUseTypeVector.rb, line 46
def RemoveRange(int32, int32)
end
Reverse(*args) click to toggle source
# File lib/openstudio-api-stubs/Classes/EndUseTypeVector.rb, line 55
def Reverse(*args)
end
SetRange(int32, endUseTypeVector) click to toggle source
# File lib/openstudio-api-stubs/Classes/EndUseTypeVector.rb, line 51
def SetRange(int32, endUseTypeVector)
end
get_Capacity() click to toggle source

@return [Int32]

# File lib/openstudio-api-stubs/Classes/EndUseTypeVector.rb, line 18
def get_Capacity
end
get_Count() click to toggle source

@return [Int32]

# File lib/openstudio-api-stubs/Classes/EndUseTypeVector.rb, line 23
def get_Count
end
get_IsFixedSize() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/EndUseTypeVector.rb, line 7
def get_IsFixedSize
end
get_IsReadOnly() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/EndUseTypeVector.rb, line 10
def get_IsReadOnly
end
get_IsSynchronized() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/EndUseTypeVector.rb, line 26
def get_IsSynchronized
end
get_Item(int32) click to toggle source

@return [EndUseType]

# File lib/openstudio-api-stubs/Classes/EndUseTypeVector.rb, line 13
def get_Item(int32)
end
set_Capacity(int32) click to toggle source
# File lib/openstudio-api-stubs/Classes/EndUseTypeVector.rb, line 20
def set_Capacity(int32)
end
set_Item(int32, endUseType) click to toggle source
# File lib/openstudio-api-stubs/Classes/EndUseTypeVector.rb, line 15
def set_Item(int32, endUseType)
end