BalusterInfo.BalusterFamilyId Property

BalusterInfoBalusterFamilyId Property

The id of the family used for the baluster or post.

Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public ElementId BalusterFamilyId { get; set; }
Public Property BalusterFamilyId As ElementId
	Get
	Set
public:
property ElementId^ BalusterFamilyId {
	ElementId^ get ();
	void set (ElementId^ value);
}
member BalusterFamilyId : ElementId with get, set

Property Value

ElementId
Exceptions
ExceptionCondition
ArgumentException When setting this property: The balusterFamilyId doesn't refer to a valid baluster family.
ArgumentNullException When setting this property: A non-optional argument was null
See Also