FabricationRodInfo.RodCount Property

FabricationRodInfoRodCount Property

Gets the number of rods.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public int RodCount { get; }
Public ReadOnly Property RodCount As Integer
	Get
public:
property int RodCount {
	int get ();
}
member RodCount : int with get

Property Value

Int32
See Also