2027 Class
Changes 0
C

BalusterInfo

Description:
The class represents an instance of a railing baluster or post.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Architecture.BalusterInfo
public class BalusterInfo : IDisposable
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the BalusterInfo
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetReferenceNameForHost() String Gets the name string to be used as a reference to Host in the current language.
M GetReferenceNameForTopRail() String Gets the name string to be used as a reference to Top Rail in the current language.
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P BalusterFamilyId ElementId The id of the family used for the baluster or post.
P BaseOffset double The offset from the base reference.
P BaseReferenceName string Represents the name of the reference for the bottom of this baluster or post.
P DistanceFromPreviousOrSpace double 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.
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.
P Name string The name of the baluster.
P Offset double The side offset of the baluster/post from the railing path.
P TopOffset double The offset from the top reference.
P TopReferenceName string Represents the name of the reference for the top of this baluster or post.