TargetRebarEdge Class

This class is used to identify the target edge of a 'ToOtherRebar' RebarConstraint.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DB.StructureTargetRebarEdge

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public class TargetRebarEdge : IDisposable

The TargetRebarEdge type exposes the following members.

Constructors
 NameDescription
Public methodTargetRebarEdge Constructs a new instance of TargetRebarEdge.
Top
Properties
 NameDescription
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyTargetEdgeIndex Identifies the index of the target Rebar's edge. The index is a number between 0 and centerlines.Count - 1, where centerlines are computed by suppressing hooks, cranks and fillets for the first bar in set.
Public propertyTargetRebarId Identifies the id of the target Rebar.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the TargetRebarEdge
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 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