Share

FabricationPartRouteEnd Class

Class to hold fabrication part routing start or end information.

Inheritance Hierarchy

System.Object
  Autodesk.Revit.DB.Fabrication.FabricationPartRouteEnd


Namespace: Autodesk.Revit.DB.Fabrication
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public class FabricationPartRouteEnd : IDisposable

The FabricationPartRouteEnd type exposes the following members.

Properties

 NameDescription
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.

Methods

 NameDescription
Public methodStatic memberCreateFromCenterline Create fabrication routing end from centerline point on straight element.
Public methodStatic memberCreateFromConnector Create fabrication routing end from connector end point.
Public methodDisposeReleases all resources used by the FabricationPartRouteEnd
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)

Remarks

To create a new instance, use CreateFromConnector(Connector) to specify a connector, or CreateFromCenterline(Element, XYZ) to specify the centerline of a straight element, for the fabrication routing end point.

See Also

Reference

Was this information helpful?