FabricationConnectorInfo
Description:
Fabrication connector information.
Fabrication connector information.
public class FabricationConnectorInfo : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the FabricationConnectorInfo | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| HasDoubleWallConnector() | Boolean | Checks if there are any double wall connectors fabricated. | |
| IsValid() | Boolean | Checks if the connector has fabrication parameters associated with it that can be set. | |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| 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 | Boolean | Specifies whether the .NET object represents a valid Revit entity. |