2025.3 Class
Changes 5
C

RebarSpliceByRulesResult

Description:
Class that encapsulates the result of the splice by rules operation.
Remarks:
This class contains a collection of RebarSpliceGeometry which is the result of the splice and a RebarSpliceByRulesError member. After splice by rules operation check the Error member for RebarSpliceByRulesError.Success value and retrieve the RebarSpliceGeometry collection. If the splice by rules operation fails the Error member will contain a meaninful error.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Structure.RebarSpliceByRulesResult
public class RebarSpliceByRulesResult : IDisposable
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the RebarSpliceByRulesResult
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 GetSpliceGeometries() IList<RebarSpliceGeometry> Gets the RebarSpliceGeometry collection which is the result of the splice by rules operation.
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 Error RebarSpliceByRulesError Identifies the error that occured during the splice by rules operation. In case of success the value of this property will be Success.
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.