RVTDocs.com

FabricationRodInfo.SetRodLockedWithHost

Method
Description:
Locks the rod with the host. The method is applicable only for bearer hanger.
Syntax
public void SetRodLockedWithHost(
	int rodIndex,
	bool locked
)
Parameters
Parameter Type Description
rodIndex Int32 The index of the rod.
locked Boolean Locks the rod with the host.
Return Value
Exceptions
Exception Condition
ArgumentOutOfRangeException the index rodIndex is should be in range of rod count.
InvalidOperationException The hanger is not a bearer hanger.