FlexDuct.Points Property

FlexDuctPoints Property

The points of the flex duct.

Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IList<XYZ> Points { get; set; }
Public Property Points As IList(Of XYZ)
	Get
	Set
public:
property IList<XYZ^>^ Points {
	IList<XYZ^>^ get ();
	void set (IList<XYZ^>^ value);
}
member Points : IList<XYZ> with get, set

Property Value

IListXYZ
Remarks
This property is used to retrieve the points of flex duct, including the end points. If the end points are changed, the connection will be maintained by Revit automatically. The set operation will fail if the modification makes the connection invalid.
See Also