RVTDocs.com

FabricationRodInfo.GetRodEndPosition

Method
Description:
Gets the position of the rod end.
Syntax
public XYZ GetRodEndPosition(
	int rodIndex
)
Parameters
Parameter Type Description
rodIndex Int32 The index of the rod.
Return Value
Type Description
XYZ The position of the rod end.
Exceptions
Exception Condition
ArgumentOutOfRangeException the index rodIndex is should be in range of rod count.