Revit 2025.3 API
ApplicationNew |
Creates a new instance of an IntersectionResult array.
Namespace: Autodesk.Revit.Creation
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public IntersectionResultArray NewIntersectionResultArray()
Public Function NewIntersectionResultArray As IntersectionResultArray
public: IntersectionResultArray^ NewIntersectionResultArray()
member NewIntersectionResultArray : unit -> IntersectionResultArray
Return Value
IntersectionResultArraySee Also