BalusterInfo
The class represents an instance of a railing baluster or post.
Inheritance Hierarchy
System.Object
Autodesk.Revit.DB.Architecture.BalusterInfo
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class BalusterInfo : IDisposable
The BalusterInfo type exposes the following members.
Properties
Name
Description
Public Property
BalusterFamilyId
The id of the family used for the baluster or post.
Public Property
BaseOffset
The offset from the base reference.
Public Property
BaseReferenceName
Represents the name of the reference for the bottom of this baluster or post.
Public Property
DistanceFromPreviousOrSpace
The length, in case of balusters, it is a distance from a previous one. For a post, it is a space from the original position of the post.
Public Property
IsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public Property
Name
The name of the baluster.
Public Property
Offset
The side offset of the baluster/post from the railing path.
Public Property
TopOffset
The offset from the top reference.
Public Property
TopReferenceName
Represents the name of the reference for the top of this baluster or post.
Methods
Name
Description
Public Method
Dispose
Releases all resources used by the BalusterInfo
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object)
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object)
Public Method
Static Member
GetReferenceNameForHost
Gets the name string to be used as a reference to Host in the current language.
Public Method
Static Member
GetReferenceNameForTopRail
Gets the name string to be used as a reference to Top Rail in the current language.
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object)
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object)