FabricationRodInfo.SetRodLength
Description:
Set the rod length of the hanger for the specified rod index, excluding top extension. The hanger must not be set to be auto-hosted.
Set the rod length of the hanger for the specified rod index, excluding top extension. The hanger must not be set to be auto-hosted.
public bool SetRodLength(
int rodIndex,
double newLength
)
-
Int32rodIndexThe rod index.
-
DoublenewLength
Return Value
bool
Returns true if it was successful otherwise false.
-
the index rodIndex is should be in range of rod count.
-
The rod length cannot be set because the hanger is set to automatically host to other elements.