| Revit 2017 API |
| Application..::..NewIntersectionResultArray Method |
| Application Class See Also |
Creates a new instance of an IntersectionResult array.
Namespace: Autodesk.Revit.Creation
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.484.0)
Syntax
| C# |
|---|
public IntersectionResultArray NewIntersectionResultArray() |
| Visual Basic |
|---|
Public Function NewIntersectionResultArray As IntersectionResultArray |
| Visual C++ |
|---|
public: IntersectionResultArray^ NewIntersectionResultArray() |