FabricationPartAdjustEndLength Method |
Adjusts the length for the specified connector.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic double AdjustEndLength(
Connector connector,
double lengthToAdjust,
bool totalLengthOnly
)
Public Function AdjustEndLength (
connector As Connector,
lengthToAdjust As Double,
totalLengthOnly As Boolean
) As Double
public:
double AdjustEndLength(
Connector^ connector,
double lengthToAdjust,
bool totalLengthOnly
)
member AdjustEndLength :
connector : Connector *
lengthToAdjust : float *
totalLengthOnly : bool -> float
Parameters
- connector Connector
-
# The connector of the fabrication part to adjust length.
- lengthToAdjust Double
-
The length to adjust.
- totalLengthOnly Boolean
-
True if adjust the total length only when adjust length.
Return Value
Double
The adjusted length.
Exceptions
See Also