FabricationPartSizeMap
Description:
This class represents the fabrication part size map for straights allowing the sizes to be changed from a user interface for multiple straights with diffent sizes.
This class represents the fabrication part size map for straights allowing the sizes to be changed from a user interface for multiple straights with diffent sizes.
Remarks:
This is used as the data container for the FabricationPartSizeMapSet typeDef for crs:Set or Autodesk.Revit.DB.Fabrication.FabricationPartSizeMap for ISet so a list of sizes can be generated to allow the user to select a size and map it to another.
This is used as the data container for the FabricationPartSizeMapSet typeDef for crs:Set or Autodesk.Revit.DB.Fabrication.FabricationPartSizeMap for ISet so a list of sizes can be generated to allow the user to select a size and map it to another.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Fabrication.FabricationPartSizeMap
System.Object
Autodesk.Revit.DB.Fabrication.FabricationPartSizeMap
public class FabricationPartSizeMap : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| FabricationPartSizeMap(String, Double, Double, Boolean) | None | Creates a new instance of the FabricationPartSizeMap class. | |
| FabricationPartSizeMap(String, Double, Double, Boolean, ConnectorProfileType, Int32, Int32) | None | Creates a new instance of the FabricationPartSizeMap class. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the FabricationPartSizeMap | |
| 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 |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| AllowMultipleServiceSizes | bool | State flag to allow multiple services to include the same size. | |
| Depth | double | The depth of the straight. | |
| IsMappedProductList | bool | Are the mapped sizes for a product listed fabrication part. | |
| IsProductList | bool | Are the sizes for a product listed fabrication part. | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. | |
| MappedDepth | double | The mapped size for the depth of the straight. | |
| MappedProfileType | ConnectorProfileType | The mapped shape of the straight. | |
| MappedServiceId | int | The mapped service identifier of the straight. | |
| MappedWidthDiameter | double | The mapped size for the width or diameter of the straight. | |
| PaletteId | int | The palette identifier of the straight. | |
| ProfileType | ConnectorProfileType | The shape of the straight. | |
| ServiceId | int | The service identifier of the straight. | |
| SizeString | string | The size display string for the straight that can be used by the user interface. | |
| WidthDiameter | double | The width or diameter of the straight. |