2024 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
M Dispose() None Releases all resources used by the
M HasDoubleWallConnector() bool Checks if there are any double wall connectors fabricated.
M IsValid() bool Checks if the connector has fabrication parameters associated with it that can be set.
Name Return Type Description
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 bool Specifies whether the .NET object represents a valid Revit entity.