FabricSheetGetWireCenterlines Method

Gets a list of curves representing the wires centerlines of the Fabric Sheet in the both distribution directions.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public IList<Curve> GetWireCenterlines()

Return Value

IListCurve
The centerline curves.
See Also