FabricationConnectorInfo
Fabrication connector information.
Inheritance Hierarchy
System.Object
Autodesk.Revit.DB.FabricationConnectorInfo
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class FabricationConnectorInfo : IDisposableThe FabricationConnectorInfo type exposes the following members.
Properties
Name
Description
Public Property
BodyConnectorId
Fabrication body connector Id.
Public Property
DoubleWallConnectorId
Fabrication double wall connector Id.
Public Property
FabricationIndex
The index of the connector shown within the fabrication software.
Public Property
IsBodyConnectorLocked
Fabrication body connector lock.
Public Property
IsDoubleWallConnectorLocked
Fabrication double wall connector lock.
Public Property
IsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Methods
Name
Description
Public Method
Dispose
Releases all resources used by the FabricationConnectorInfo
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object)
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object)
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object)
Public Method
HasDoubleWallConnector
Checks if there are any double wall connectors fabricated.
Public Method
IsValid
Checks if the connector has fabrication parameters associated with it that can be set.
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object)