RVTDocs.com

FabricationRodInfo.SetBearerExtension

Method
Description:
Sets the bearer extension. The method is applicable only for bearer hanger.
Syntax
public void SetBearerExtension(
	int rodIndex,
	double length
)
Parameters
Parameter Type Description
rodIndex Int32 The index of the rod.
length Double The new length of bearer extension.
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.