FabricationRodInfo Class

The rod information of the fabrication part.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBFabricationRodInfo

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class FabricationRodInfo : IDisposable

The FabricationRodInfo type exposes the following members.

Properties
 NameDescription
Public propertyCanRodsBeHosted Controls whether the hanger's rod's will be automatically hosted by other elements.
Public propertyIsAttachedToStructure Checks if the hanger is attached to structure.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyRodCount Gets the number of rods.
Top
Methods
 NameDescription
Public methodAttachToHanger Attaches the hanger rod to another bearer hanger.
Public methodAttachToStructure Attaches to the nearest structural element.
Public methodDisposeReleases all resources used by the FabricationRodInfo
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetBearerExtension Gets the bearer extension. The method is applicable only for bearer hanger.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetRodAttachedElementId Gets the identifier of the attached component for the specified rod.
Public methodGetRodEndPosition Gets the position of the rod end.
Public methodGetRodLength Get the current rod length. If the rod is the length will include structural extension.
Public methodGetRodStructureExtension Gets the length of the rod's top extension into structure.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIsRodLockedWithHost Checks if the rod is locked with the host. The method is applicable only for bearer hanger.
Public methodSetBearerExtension Sets the bearer extension. The method is applicable only for bearer hanger.
Public methodSetRodEndPosition Sets the position of the rod end. The method is applicable only for bearer hanger.
Public methodSetRodLength 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 methodSetRodLockedWithHost Locks the rod with the host. The method is applicable only for bearer hanger.
Public methodSetRodStructureExtension Set the length of the rod's top extension into structure. The rod must be attached to structure.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Remarks
A fabrication part may have one or more rods. The FabricationRodInfo stores the rod information of the fabrication part.
See Also