FabricationPartCanAdjustEndLength Method |
Checks if the end of fabrication part can be adjusted.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic bool CanAdjustEndLength(
Connector connector
)
Public Function CanAdjustEndLength (
connector As Connector
) As Boolean
public:
bool CanAdjustEndLength(
Connector^ connector
)
member CanAdjustEndLength :
connector : Connector -> bool
Parameters
- connector Connector
-
The connector of the fabrication part to adjust length.
Return Value
Boolean
True if the end of fabrication part can be adjusted.
Exceptions
See Also