RVTDocs.com

FabricationRodInfo.SetRodStructureExtension

Method
Description:
Set the length of the rod's top extension into structure. The rod must be attached to structure.
Syntax
public bool SetRodStructureExtension(
	int rodIndex,
	double extension
)
Parameters
Parameter Type Description
rodIndex Int32 The rod index.
extension Double Distance the rod will extend into the structure.
Return Value
Type Description
Boolean Returns true if it was successful otherwise false.
Exceptions
Exception Condition
ArgumentOutOfRangeException the index rodIndex is should be in range of rod count.
InvalidOperationException The rods do not attached to any structue.