BalusterInfo Class

The class represents an instance of a railing baluster or post.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DB.ArchitectureBalusterInfo

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
 NameDescription
Public propertyBalusterFamilyId The id of the family used for the baluster or post.
Public propertyBaseOffset The offset from the base reference.
Public propertyBaseReferenceName Represents the name of the reference for the bottom of this baluster or post.
Public propertyDistanceFromPreviousOrSpace 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 propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyName The name of the baluster.
Public propertyOffset The side offset of the baluster/post from the railing path.
Public propertyTopOffset The offset from the top reference.
Public propertyTopReferenceName Represents the name of the reference for the top of this baluster or post.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the BalusterInfo
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodStatic memberGetReferenceNameForHost Gets the name string to be used as a reference to Host in the current language.
Public methodStatic memberGetReferenceNameForTopRail Gets the name string to be used as a reference to Top Rail in the current language.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also