ApplicationNewCombinableElementArray Method |
Returns an array that can hold combinable element objects.
Namespace: Autodesk.Revit.CreationAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic CombinableElementArray NewCombinableElementArray()
Public Function NewCombinableElementArray As CombinableElementArray
public:
CombinableElementArray^ NewCombinableElementArray()
member NewCombinableElementArray : unit -> CombinableElementArray
Return Value
CombinableElementArrayAn empty array that can contain any CombinableElement derived objects.
See Also