2025.3 Class
Changes 0
C

FabricationConnectorInfo

Description:
Fabrication connector information.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.FabricationConnectorInfo
public class FabricationConnectorInfo : IDisposable
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the FabricationConnectorInfo
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 HasDoubleWallConnector() Boolean Checks if there are any double wall connectors fabricated.
M IsValid() Boolean Checks if the connector has fabrication parameters associated with it that can be set.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P BodyConnectorId int Fabrication body connector Id.
P DoubleWallConnectorId int Fabrication double wall connector Id.
P FabricationIndex int The index of the connector shown within the fabrication software.
P IsBodyConnectorLocked bool Fabrication body connector lock.
P IsDoubleWallConnectorLocked bool Fabrication double wall connector lock.
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.