2027 Class
Changes 0
C

FabricationPartRouteEnd

Description:
Class to hold fabrication part routing start or end information.
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.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Fabrication.FabricationPartRouteEnd
public class FabricationPartRouteEnd : IDisposable
Name Return Type Description Inherited From
M CreateFromCenterline(Element, XYZ) FabricationPartRouteEnd Create fabrication routing end from centerline point on straight element.
M CreateFromConnector(Connector) FabricationPartRouteEnd Create fabrication routing end from connector end point.
M Dispose() None Releases all resources used by the FabricationPartRouteEnd
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 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 IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.