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