RVTDocs.com

FabricSheet.SetSegmentLength

Method
Description:
Sets the value of the bent fabric sheet segment(like A, B, C, D etc.
Syntax
public void SetSegmentLength(
	ElementId segmentParameterId,
	double value
)
Parameters
Parameter Type Description
segmentParameterId ElementId The segment ID of the bent fabric sheet.
value Double The length value to set
Return Value
Exceptions
Exception Condition
ArgumentException The given value for value is not a number -or-
ArgumentNullException A non-optional argument was null
ArgumentOutOfRangeException The given value for value must be between 0 and 30000 feet.