An array that contains edges.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Syntax
C# |
---|
public class EdgeArray : APIObject, IEnumerable |
Visual Basic |
---|
Public Class EdgeArray _
Inherits APIObject _
Implements IEnumerable |
Visual C++ |
---|
public ref class EdgeArray : public APIObject,
IEnumerable |
Inheritance Hierarchy
See Also