FabricSheetGetSegmentParameterIdsAndLengths Method |
Returns the array of pairs [parameter ID, length] that correspond to segments of a bent fabric sheet (like A, B, C, D etc.).
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic IDictionary<ElementId, double> GetSegmentParameterIdsAndLengths(
bool rounded
)
Public Function GetSegmentParameterIdsAndLengths (
rounded As Boolean
) As IDictionary(Of ElementId, Double)
public:
IDictionary<ElementId^, double>^ GetSegmentParameterIdsAndLengths(
bool rounded
)
member GetSegmentParameterIdsAndLengths :
rounded : bool -> IDictionary<ElementId, float>
Parameters
- rounded Boolean
-
Set to true to return rounded values for segments lengths.
Return Value
IDictionaryElementId,
Double
Array of pairs [parameter ID, length] that correspond to segments of a bent fabric sheet (like A, B, C, D etc.) is returned for bend fabric sheet.
For flat fabric sheet (not bent) empty array is returned.
Remarks
This method does not provide alphabetical nor any other order of returned parameters.
See Also